Release 1.0.0

This commit is contained in:
wh1te909 2020-10-22 21:45:54 -07:00
parent d5ab1a64d3
commit 230fae2004
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#define MyAppName "Tactical RMM Agent"
#define MyAppVersion "0.98.92"
#define MyAppVersion "1.0.0"
#define MyAppPublisher "Tactical Techs"
#define MyAppURL "https://github.com/wh1te909"
#define MyAppExeName "tacticalrmm.exe"

View File

@ -1,5 +1,5 @@
#define MyAppName "Tactical RMM Agent"
#define MyAppVersion "0.98.92"
#define MyAppVersion "1.0.0"
#define MyAppPublisher "Tactical Techs"
#define MyAppURL "https://github.com/wh1te909"
#define MyAppExeName "tacticalrmm.exe"

View File

@ -13,7 +13,7 @@ import (
)
var (
version = "0.98.92"
version = "1.0.0"
log = logrus.New()
logFile *os.File
)