update dev version

This commit is contained in:
wh1te909 2022-06-20 15:22:28 -07:00
parent 73deda7d04
commit eaf74850d2
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#define MyAppName "Tactical RMM Agent"
#define MyAppVersion "2.0.4"
#define MyAppVersion "2.1.0-dev"
#define MyAppPublisher "AmidaWare LLC"
#define MyAppURL "https://github.com/amidaware"
#define MyAppExeName "tacticalrmm.exe"

View File

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