mirror of https://github.com/wh1te909/rmmagent.git
Release 1.0.1
This commit is contained in:
parent
567d870a47
commit
481b1d3f76
|
@ -1,5 +1,5 @@
|
||||||
#define MyAppName "Tactical RMM Agent"
|
#define MyAppName "Tactical RMM Agent"
|
||||||
#define MyAppVersion "1.0.0"
|
#define MyAppVersion "1.0.1"
|
||||||
#define MyAppPublisher "Tactical Techs"
|
#define MyAppPublisher "Tactical Techs"
|
||||||
#define MyAppURL "https://github.com/wh1te909"
|
#define MyAppURL "https://github.com/wh1te909"
|
||||||
#define MyAppExeName "tacticalrmm.exe"
|
#define MyAppExeName "tacticalrmm.exe"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#define MyAppName "Tactical RMM Agent"
|
#define MyAppName "Tactical RMM Agent"
|
||||||
#define MyAppVersion "1.0.0"
|
#define MyAppVersion "1.0.1"
|
||||||
#define MyAppPublisher "Tactical Techs"
|
#define MyAppPublisher "Tactical Techs"
|
||||||
#define MyAppURL "https://github.com/wh1te909"
|
#define MyAppURL "https://github.com/wh1te909"
|
||||||
#define MyAppExeName "tacticalrmm.exe"
|
#define MyAppExeName "tacticalrmm.exe"
|
||||||
|
|
2
main.go
2
main.go
|
@ -13,7 +13,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
log = logrus.New()
|
log = logrus.New()
|
||||||
logFile *os.File
|
logFile *os.File
|
||||||
)
|
)
|
||||||
|
|
|
@ -3,13 +3,13 @@
|
||||||
"FileVersion": {
|
"FileVersion": {
|
||||||
"Major": 1,
|
"Major": 1,
|
||||||
"Minor": 0,
|
"Minor": 0,
|
||||||
"Patch": 0,
|
"Patch": 1,
|
||||||
"Build": 0
|
"Build": 0
|
||||||
},
|
},
|
||||||
"ProductVersion": {
|
"ProductVersion": {
|
||||||
"Major": 1,
|
"Major": 1,
|
||||||
"Minor": 0,
|
"Minor": 0,
|
||||||
"Patch": 0,
|
"Patch": 1,
|
||||||
"Build": 0
|
"Build": 0
|
||||||
},
|
},
|
||||||
"FileFlagsMask": "3f",
|
"FileFlagsMask": "3f",
|
||||||
|
@ -22,14 +22,14 @@
|
||||||
"Comments": "",
|
"Comments": "",
|
||||||
"CompanyName": "Tactical Techs",
|
"CompanyName": "Tactical Techs",
|
||||||
"FileDescription": "Tactical RMM Agent",
|
"FileDescription": "Tactical RMM Agent",
|
||||||
"FileVersion": "v1.0.0.0",
|
"FileVersion": "v1.0.1.0",
|
||||||
"InternalName": "tacticalrmm.exe",
|
"InternalName": "tacticalrmm.exe",
|
||||||
"LegalCopyright": "Copyright (c) 2020 Tactical Techs",
|
"LegalCopyright": "Copyright (c) 2020 Tactical Techs",
|
||||||
"LegalTrademarks": "",
|
"LegalTrademarks": "",
|
||||||
"OriginalFilename": "tacticalrmm.exe",
|
"OriginalFilename": "tacticalrmm.exe",
|
||||||
"PrivateBuild": "",
|
"PrivateBuild": "",
|
||||||
"ProductName": "Tactical RMM Agent",
|
"ProductName": "Tactical RMM Agent",
|
||||||
"ProductVersion": "v1.0.0.0",
|
"ProductVersion": "v1.0.1.0",
|
||||||
"SpecialBuild": ""
|
"SpecialBuild": ""
|
||||||
},
|
},
|
||||||
"VarFileInfo": {
|
"VarFileInfo": {
|
||||||
|
|
Loading…
Reference in New Issue