bump version

This commit is contained in:
wh1te909 2023-12-23 16:17:33 -08:00
parent d4faa2a233
commit 7dc08fdbf3
4 changed files with 7 additions and 7 deletions

View file

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