This commit is contained in:
Clash-Mini
2022-02-06 01:59:35 +08:00
parent 28a1475f66
commit 4a446c4e31
6 changed files with 56 additions and 21 deletions

View File

@ -1,9 +1,8 @@
package constant
var (
Meta = true
Version = "1.9.0"
BuildTime = "unknown time"
AutoIptables string
ClashName = "Clash.Meta"
Meta = true
Version = "1.9.1"
BuildTime = "unknown time"
ClashName = "Clash.Meta"
)