bump versions

This commit is contained in:
wh1te909 2020-12-16 00:36:43 +00:00
parent 7fb46cdfc4
commit 8fa368f473
1 changed files with 4 additions and 4 deletions

View File

@ -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"