bump version

This commit is contained in:
wh1te909 2022-10-25 14:47:42 -07:00
parent 552d63ea6e
commit 935d5d8ab8
4 changed files with 7 additions and 7 deletions

View file

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