mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-08 11:32:05 +00:00
8 lines
120 B
Go
8 lines
120 B
Go
package constant
|
|
|
|
var (
|
|
Meta = true
|
|
Version = "1.10.0"
|
|
BuildTime = "unknown time"
|
|
MihomoName = "mihomo"
|
|
)
|