bump version
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
				
			|||||||
  <assemblyIdentity
 | 
					  <assemblyIdentity
 | 
				
			||||||
    type="win32"
 | 
					    type="win32"
 | 
				
			||||||
    name="TacticalRMM"
 | 
					    name="TacticalRMM"
 | 
				
			||||||
    version="2.1.2.0"
 | 
					    version="2.2.0.0"
 | 
				
			||||||
    processorArchitecture="*"/>
 | 
					    processorArchitecture="*"/>
 | 
				
			||||||
 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
 | 
					 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
 | 
				
			||||||
   <security>
 | 
					   <security>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
#define MyAppName "Tactical RMM Agent"
 | 
					#define MyAppName "Tactical RMM Agent"
 | 
				
			||||||
#define MyAppVersion "2.2.0-dev"
 | 
					#define MyAppVersion "2.2.0"
 | 
				
			||||||
#define MyAppPublisher "AmidaWare LLC"
 | 
					#define MyAppPublisher "AmidaWare LLC"
 | 
				
			||||||
#define MyAppURL "https://github.com/amidaware"
 | 
					#define MyAppURL "https://github.com/amidaware"
 | 
				
			||||||
#define MyAppExeName "tacticalrmm.exe"
 | 
					#define MyAppExeName "tacticalrmm.exe"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.go
									
									
									
									
									
								
							@@ -25,7 +25,7 @@ import (
 | 
				
			|||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
var (
 | 
					var (
 | 
				
			||||||
	version = "2.2.0-dev"
 | 
						version = "2.2.0"
 | 
				
			||||||
	log     = logrus.New()
 | 
						log     = logrus.New()
 | 
				
			||||||
	logFile *os.File
 | 
						logFile *os.File
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,14 +2,14 @@
 | 
				
			|||||||
    "FixedFileInfo": {
 | 
					    "FixedFileInfo": {
 | 
				
			||||||
        "FileVersion": {
 | 
					        "FileVersion": {
 | 
				
			||||||
            "Major": 2,
 | 
					            "Major": 2,
 | 
				
			||||||
            "Minor": 1,
 | 
					            "Minor": 2,
 | 
				
			||||||
            "Patch": 2,
 | 
					            "Patch": 0,
 | 
				
			||||||
            "Build": 0
 | 
					            "Build": 0
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "ProductVersion": {
 | 
					        "ProductVersion": {
 | 
				
			||||||
            "Major": 2,
 | 
					            "Major": 2,
 | 
				
			||||||
            "Minor": 1,
 | 
					            "Minor": 2,
 | 
				
			||||||
            "Patch": 2,
 | 
					            "Patch": 0,
 | 
				
			||||||
            "Build": 0
 | 
					            "Build": 0
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "FileFlagsMask": "3f",
 | 
					        "FileFlagsMask": "3f",
 | 
				
			||||||
@@ -22,14 +22,14 @@
 | 
				
			|||||||
        "Comments": "",
 | 
					        "Comments": "",
 | 
				
			||||||
        "CompanyName": "AmidaWare LLC",
 | 
					        "CompanyName": "AmidaWare LLC",
 | 
				
			||||||
        "FileDescription": "Tactical RMM Agent",
 | 
					        "FileDescription": "Tactical RMM Agent",
 | 
				
			||||||
        "FileVersion": "v2.1.2.0",
 | 
					        "FileVersion": "v2.2.0.0",
 | 
				
			||||||
        "InternalName": "tacticalrmm.exe",
 | 
					        "InternalName": "tacticalrmm.exe",
 | 
				
			||||||
        "LegalCopyright": "Copyright (c) 2022 AmidaWare LLC",
 | 
					        "LegalCopyright": "Copyright (c) 2022 AmidaWare LLC",
 | 
				
			||||||
        "LegalTrademarks": "",
 | 
					        "LegalTrademarks": "",
 | 
				
			||||||
        "OriginalFilename": "tacticalrmm.exe",
 | 
					        "OriginalFilename": "tacticalrmm.exe",
 | 
				
			||||||
        "PrivateBuild": "",
 | 
					        "PrivateBuild": "",
 | 
				
			||||||
        "ProductName": "Tactical RMM Agent",
 | 
					        "ProductName": "Tactical RMM Agent",
 | 
				
			||||||
        "ProductVersion": "v2.1.2.0",
 | 
					        "ProductVersion": "v2.2.0.0",
 | 
				
			||||||
        "SpecialBuild": ""
 | 
					        "SpecialBuild": ""
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "VarFileInfo": {
 | 
					    "VarFileInfo": {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user