mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 19:56:51 +08:00
7 lines
82 B
Go
7 lines
82 B
Go
package constant
|
|
|
|
var (
|
|
Version = "1.8.0 - Meta"
|
|
BuildTime = "unknown time"
|
|
)
|