bump version

This commit is contained in:
wh1te909 2022-09-23 19:16:43 -07:00
parent cd93ec12fa
commit 43d13a78f2
4 changed files with 9 additions and 9 deletions

View file

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