mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-05-19 08:28:06 +08:00
8 lines
93 B
Go
8 lines
93 B
Go
package constant
|
|
|
|
var (
|
|
Meta = true
|
|
Version = "1.8.0"
|
|
BuildTime = "unknown time"
|
|
)
|