Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jul 8, 2024
1 parent c64fc85 commit 687e890
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/rmm.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
type="win32"
name="TacticalRMM"
version="2.7.0.0"
version="2.8.0.0"
processorArchitecture="*"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
Expand Down
2 changes: 1 addition & 1 deletion build/setup.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "Tactical RMM Agent"
#define MyAppVersion "2.7.0"
#define MyAppVersion "2.8.0"
#define MyAppPublisher "AmidaWare Inc"
#define MyAppURL "https://github.com/amidaware"
#define MyAppExeName "tacticalrmm.exe"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
)

var (
version = "2.7.0"
version = "2.8.0"
log = logrus.New()
logFile *os.File
)
Expand Down
8 changes: 4 additions & 4 deletions versioninfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"FixedFileInfo": {
"FileVersion": {
"Major": 2,
"Minor": 7,
"Minor": 8,
"Patch": 0,
"Build": 0
},
"ProductVersion": {
"Major": 2,
"Minor": 7,
"Minor": 8,
"Patch": 0,
"Build": 0
},
Expand All @@ -22,14 +22,14 @@
"Comments": "",
"CompanyName": "AmidaWare Inc",
"FileDescription": "Tactical RMM Agent",
"FileVersion": "v2.7.0.0",
"FileVersion": "v2.8.0.0",
"InternalName": "tacticalrmm.exe",
"LegalCopyright": "Copyright (c) 2024 AmidaWare Inc",
"LegalTrademarks": "",
"OriginalFilename": "tacticalrmm.exe",
"PrivateBuild": "",
"ProductName": "Tactical RMM Agent",
"ProductVersion": "v2.7.0.0",
"ProductVersion": "v2.8.0.0",
"SpecialBuild": ""
},
"VarFileInfo": {
Expand Down

0 comments on commit 687e890

Please sign in to comment.