Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Sep 6, 2021
1 parent 8e972b0 commit f319c95
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,22 +15,22 @@
AUTH_USER_MODEL = "accounts.User"

# latest release
TRMM_VERSION = "0.8.2"
TRMM_VERSION = "0.8.3"

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

# https://github.com/wh1te909/rmmagent
LATEST_AGENT_VER = "1.6.1"
LATEST_AGENT_VER = "1.6.2"

MESH_VER = "0.9.16"

NATS_SERVER_VER = "2.3.3"

# for the update script, bump when need to recreate venv or npm install
PIP_VER = "21"
NPM_VER = "21"
NPM_VER = "22"

SETUPTOOLS_VER = "57.5.0"
WHEEL_VER = "0.37.0"
Expand Down

0 comments on commit f319c95

Please sign in to comment.