bump version

This commit is contained in:
wh1te909 2023-03-23 13:00:41 -07:00
parent 7ae664b9c6
commit bee870bd58
4 changed files with 8 additions and 8 deletions

View file

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