bump version

This commit is contained in:
wh1te909
2022-07-07 23:19:15 -07:00
parent be050ea16f
commit f60be3deed
4 changed files with 7 additions and 7 deletions

View File

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