bump version

This commit is contained in:
wh1te909 2023-08-13 23:54:31 -07:00
parent 2cff41f719
commit 9f3f5c2f9b
4 changed files with 7 additions and 7 deletions

View file

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