Skip to content

Commit

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

# latest release
TRMM_VERSION = "0.6.1"
TRMM_VERSION = "0.6.2"

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

# https://github.com/wh1te909/rmmagent
LATEST_AGENT_VER = "1.5.1"
LATEST_AGENT_VER = "1.5.2"

MESH_VER = "0.7.93"
MESH_VER = "0.8.17"

# for the update script, bump when need to recreate venv or npm install
PIP_VER = "15"
Expand Down

0 comments on commit 6b5bda8

Please sign in to comment.