mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-12 20:31:17 +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"
|
|
)
|