bump version

This commit is contained in:
wh1te909 2023-09-01 14:48:17 -07:00
parent 2e0a42a6a1
commit 753242a949
4 changed files with 9 additions and 9 deletions

View file

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