mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-14 21:31:16 +08:00
9 lines
109 B
Go
9 lines
109 B
Go
package constant
|
|
|
|
var (
|
|
Meta = true
|
|
Version = "1.8.0"
|
|
BuildTime = "unknown time"
|
|
OpenWrt bool
|
|
)
|