[build test]

This commit is contained in:
MetaCubeX
2022-03-16 17:29:09 +08:00
parent 1034780e8e
commit 0f2123179a
6 changed files with 19 additions and 14 deletions

View File

@ -16,7 +16,6 @@ const (
Script
RuleSet
Network
Combination
MATCH
AND
OR

View File

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