Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Mar 3, 2021
1 parent 129c50e commit 0ef4e9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/tacticalrmm/tacticalrmm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
AUTH_USER_MODEL = "accounts.User"

# latest release
TRMM_VERSION = "0.4.20"
TRMM_VERSION = "0.4.21"

# bump this version everytime vue code is changed
# to alert user they need to manually refresh their browser
APP_VER = "0.0.118"
APP_VER = "0.0.119"

# https://github.com/wh1te909/rmmagent
LATEST_AGENT_VER = "1.4.8"
Expand All @@ -28,7 +28,7 @@

# for the update script, bump when need to recreate venv or npm install
PIP_VER = "10"
NPM_VER = "8"
NPM_VER = "9"

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"
Expand Down

0 comments on commit 0ef4e9a

Please sign in to comment.