clash/constant/version.go

10 lines
152 B
Go
Raw Normal View History

2019-03-23 11:24:26 +00:00
package constant
var (
2021-12-04 11:59:41 +00:00
Meta = true
2022-01-05 03:41:17 +00:00
Version = "1.9.0"
2021-12-04 11:59:41 +00:00
BuildTime = "unknown time"
AutoIptables string
ClashName = "Clash.Meta"
2019-03-23 11:24:26 +00:00
)