mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-01-05 17:13:32 +08:00
9 lines
119 B
Go
9 lines
119 B
Go
package constant
|
|
|
|
var (
|
|
Meta = true
|
|
Version = "1.9.1"
|
|
BuildTime = "unknown time"
|
|
ClashName = "Clash.Meta"
|
|
)
|