Merge remote-tracking branch 'upstream/develop' into BigRefactor

This commit is contained in:
redanthrax 2022-06-24 11:22:50 -07:00
commit 29e304fa4e
17 changed files with 71 additions and 88 deletions

View file

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