Bump rule-set version

This commit is contained in:
世界
2024-10-13 13:07:02 +08:00
parent 2f776168de
commit 9b8d6c1b73
9 changed files with 145 additions and 29 deletions
+5 -1
View File
@@ -13,7 +13,11 @@ const (
const (
RuleSetTypeLocal = "local"
RuleSetTypeRemote = "remote"
RuleSetVersion1 = 1
RuleSetFormatSource = "source"
RuleSetFormatBinary = "binary"
)
const (
RuleSetVersion1 = 1 + iota
RuleSetVersion2
)