mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 03:32:33 +08:00
9 lines
120 B
Go
9 lines
120 B
Go
package constant
|
|
|
|
var (
|
|
Meta = true
|
|
Version = "1.10.0"
|
|
BuildTime = "unknown time"
|
|
MihomoName = "mihomo"
|
|
)
|