feat(rule): add flag as a built-in template variable

This commit is contained in:
Li4n0
2021-07-24 22:58:38 +08:00
parent acbdbee26a
commit ee36205ac1
19 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import (
log "unknwon.dev/clog/v2"
)
const VERSION = "0.2.0"
const VERSION = "0.2.1"
type Revsuit struct {
config *Config