mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 11:42:43 +08:00
10 lines
145 B
Go
10 lines
145 B
Go
package constant
|
|
|
|
var (
|
|
Meta = true
|
|
Version = "1.9.1"
|
|
BuildTime = "unknown time"
|
|
ClashName = "Clash.Meta"
|
|
GeodataMode bool
|
|
)
|