Fix decompile rule-set

This commit is contained in:
世界 2024-11-11 16:27:28 +08:00
parent 84a102a6ef
commit e3e203844e
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
9 changed files with 49 additions and 61 deletions

View file

@ -21,4 +21,5 @@ const (
const (
RuleSetVersion1 = 1 + iota
RuleSetVersion2
RuleSetVersionCurrent = RuleSetVersion2
)