Skip to content

Commit 687e890

Browse files
committed
bump version
1 parent c64fc85 commit 687e890

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

build/rmm.exe.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<assemblyIdentity
44
type="win32"
55
name="TacticalRMM"
6-
version="2.7.0.0"
6+
version="2.8.0.0"
77
processorArchitecture="*"/>
88
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
99
<security>

build/setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "Tactical RMM Agent"
2-
#define MyAppVersion "2.7.0"
2+
#define MyAppVersion "2.8.0"
33
#define MyAppPublisher "AmidaWare Inc"
44
#define MyAppURL "https://github.com/amidaware"
55
#define MyAppExeName "tacticalrmm.exe"

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

2727
var (
28-
version = "2.7.0"
28+
version = "2.8.0"
2929
log = logrus.New()
3030
logFile *os.File
3131
)

versioninfo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"FixedFileInfo": {
33
"FileVersion": {
44
"Major": 2,
5-
"Minor": 7,
5+
"Minor": 8,
66
"Patch": 0,
77
"Build": 0
88
},
99
"ProductVersion": {
1010
"Major": 2,
11-
"Minor": 7,
11+
"Minor": 8,
1212
"Patch": 0,
1313
"Build": 0
1414
},
@@ -22,14 +22,14 @@
2222
"Comments": "",
2323
"CompanyName": "AmidaWare Inc",
2424
"FileDescription": "Tactical RMM Agent",
25-
"FileVersion": "v2.7.0.0",
25+
"FileVersion": "v2.8.0.0",
2626
"InternalName": "tacticalrmm.exe",
2727
"LegalCopyright": "Copyright (c) 2024 AmidaWare Inc",
2828
"LegalTrademarks": "",
2929
"OriginalFilename": "tacticalrmm.exe",
3030
"PrivateBuild": "",
3131
"ProductName": "Tactical RMM Agent",
32-
"ProductVersion": "v2.7.0.0",
32+
"ProductVersion": "v2.8.0.0",
3333
"SpecialBuild": ""
3434
},
3535
"VarFileInfo": {

0 commit comments

Comments
 (0)