From 230fae20042504b9adfb1ebf6021cdbfe254ea97 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Thu, 22 Oct 2020 21:45:54 -0700 Subject: [PATCH] Release 1.0.0 --- build/setup-x86.iss | 2 +- build/setup.iss | 2 +- main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 )