From 481b1d3f766ef1632b53e2d6b593e3ef0751d21d Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Mon, 26 Oct 2020 21:32:37 -0700 Subject: [PATCH] Release 1.0.1 --- build/setup-x86.iss | 2 +- build/setup.iss | 2 +- main.go | 2 +- versioninfo.json | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/setup-x86.iss b/build/setup-x86.iss index f97265b..c3f1412 100644 --- a/build/setup-x86.iss +++ b/build/setup-x86.iss @@ -1,5 +1,5 @@ #define MyAppName "Tactical RMM Agent" -#define MyAppVersion "1.0.0" +#define MyAppVersion "1.0.1" #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 f6657ec..f0ea805 100644 --- a/build/setup.iss +++ b/build/setup.iss @@ -1,5 +1,5 @@ #define MyAppName "Tactical RMM Agent" -#define MyAppVersion "1.0.0" +#define MyAppVersion "1.0.1" #define MyAppPublisher "Tactical Techs" #define MyAppURL "https://github.com/wh1te909" #define MyAppExeName "tacticalrmm.exe" diff --git a/main.go b/main.go index d988b8a..8b008c5 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( ) var ( - version = "1.0.0" + version = "1.0.1" log = logrus.New() logFile *os.File ) diff --git a/versioninfo.json b/versioninfo.json index 9dec612..ebe14d5 100644 --- a/versioninfo.json +++ b/versioninfo.json @@ -3,13 +3,13 @@ "FileVersion": { "Major": 1, "Minor": 0, - "Patch": 0, + "Patch": 1, "Build": 0 }, "ProductVersion": { "Major": 1, "Minor": 0, - "Patch": 0, + "Patch": 1, "Build": 0 }, "FileFlagsMask": "3f", @@ -22,14 +22,14 @@ "Comments": "", "CompanyName": "Tactical Techs", "FileDescription": "Tactical RMM Agent", - "FileVersion": "v1.0.0.0", + "FileVersion": "v1.0.1.0", "InternalName": "tacticalrmm.exe", "LegalCopyright": "Copyright (c) 2020 Tactical Techs", "LegalTrademarks": "", "OriginalFilename": "tacticalrmm.exe", "PrivateBuild": "", "ProductName": "Tactical RMM Agent", - "ProductVersion": "v1.0.0.0", + "ProductVersion": "v1.0.1.0", "SpecialBuild": "" }, "VarFileInfo": {