mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-01-10 03:09:04 +08:00
10 lines
152 B
Go
10 lines
152 B
Go
package constant
|
|
|
|
var (
|
|
Meta = true
|
|
Version = "1.9.0"
|
|
BuildTime = "unknown time"
|
|
AutoIptables string
|
|
ClashName = "Clash.Meta"
|
|
)
|