Release 1.0.1

This commit is contained in:
wh1te909 2020-10-26 21:32:37 -07:00
parent 567d870a47
commit 481b1d3f76
4 changed files with 7 additions and 7 deletions

View File

@ -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"

View File

@ -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"

View File

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

View File

@ -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": {