bump version

This commit is contained in:
wh1te909
2022-08-01 10:13:58 -07:00
parent 50cebb950d
commit 5bf3ef5356
4 changed files with 9 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ import (
)
var (
version = "2.2.0-dev"
version = "2.2.0"
log = logrus.New()
logFile *os.File
)