Update version.go

[BUILD TEST]
This commit is contained in:
Meta
2022-03-22 01:39:00 +08:00
committed by GitHub
parent e068563b58
commit b5f6f26de4

View File

@ -2,7 +2,7 @@ package constant
var (
Meta = true
Version = "1.9.1"
Version = "1.10.0"
BuildTime = "unknown time"
ClashName = "Clash.Meta"
)