diff --git a/build/setup-x86.iss b/build/setup-x86.iss index b27e8f7..0e9da72 100644 --- a/build/setup-x86.iss +++ b/build/setup-x86.iss @@ -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" diff --git a/build/setup.iss b/build/setup.iss index 3f1258a..7940fd8 100644 --- a/build/setup.iss +++ b/build/setup.iss @@ -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" diff --git a/main.go b/main.go index 41a2281..d988b8a 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( ) var ( - version = "0.98.92" + version = "1.0.0" log = logrus.New() logFile *os.File )