bump versions
This commit is contained in:
		@@ -15,11 +15,11 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe")
 | 
			
		||||
AUTH_USER_MODEL = "accounts.User"
 | 
			
		||||
 | 
			
		||||
# latest release
 | 
			
		||||
TRMM_VERSION = "0.2.16"
 | 
			
		||||
TRMM_VERSION = "0.2.17"
 | 
			
		||||
 | 
			
		||||
# bump this version everytime vue code is changed
 | 
			
		||||
# to alert user they need to manually refresh their browser
 | 
			
		||||
APP_VER = "0.0.99"
 | 
			
		||||
APP_VER = "0.0.100"
 | 
			
		||||
 | 
			
		||||
# https://github.com/wh1te909/salt
 | 
			
		||||
LATEST_SALT_VER = "1.1.0"
 | 
			
		||||
@@ -27,13 +27,13 @@ LATEST_SALT_VER = "1.1.0"
 | 
			
		||||
# https://github.com/wh1te909/rmmagent
 | 
			
		||||
LATEST_AGENT_VER = "1.1.11"
 | 
			
		||||
 | 
			
		||||
MESH_VER = "0.7.14"
 | 
			
		||||
MESH_VER = "0.7.24"
 | 
			
		||||
 | 
			
		||||
SALT_MASTER_VER = "3002.2"
 | 
			
		||||
 | 
			
		||||
# for the update script, bump when need to recreate venv or npm install
 | 
			
		||||
PIP_VER = "4"
 | 
			
		||||
NPM_VER = "3"
 | 
			
		||||
NPM_VER = "4"
 | 
			
		||||
 | 
			
		||||
DL_64 = f"https://github.com/wh1te909/rmmagent/releases/download/v{LATEST_AGENT_VER}/winagent-v{LATEST_AGENT_VER}.exe"
 | 
			
		||||
DL_32 = f"https://github.com/wh1te909/rmmagent/releases/download/v{LATEST_AGENT_VER}/winagent-v{LATEST_AGENT_VER}-x86.exe"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user