bump version

This commit is contained in:
wh1te909
2022-07-07 11:19:00 -07:00
parent 92dd7c110f
commit ed56a2af31
4 changed files with 9 additions and 9 deletions

View File

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