bump version

This commit is contained in:
wh1te909 2023-04-08 19:58:57 -07:00
parent 9c6c67b1b2
commit 2da107455f
4 changed files with 7 additions and 7 deletions

View file

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