mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-11 04:50:56 +00:00
9 lines
145 B
Go
9 lines
145 B
Go
package constant
|
|
|
|
var (
|
|
Meta = true
|
|
Version = "1.9.1"
|
|
BuildTime = "unknown time"
|
|
ClashName = "Clash.Meta"
|
|
GeodataMode bool
|
|
)
|