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 MyAppVersion "1.0.0"
|
||||
#define MyAppVersion "1.0.1"
|
||||
#define MyAppPublisher "Tactical Techs"
|
||||
#define MyAppURL "https://github.com/wh1te909"
|
||||
#define MyAppExeName "tacticalrmm.exe"
|
||||
|
|
|
@ -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"
|
||||
|
|
2
main.go
2
main.go
|
@ -13,7 +13,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
log = logrus.New()
|
||||
logFile *os.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": {
|
||||
|
|
Loading…
Reference in New Issue