bump version

This commit is contained in:
wh1te909 2022-01-14 05:33:07 +00:00
parent 7e5bc4e1ce
commit d0ce2a46ac
1 changed files with 2 additions and 2 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.11.2"
TRMM_VERSION = "0.11.3"
# bump this version everytime vue code is changed
# to alert user they need to manually refresh their browser
APP_VER = "0.0.156"
APP_VER = "0.0.157"
# https://github.com/wh1te909/rmmagent
LATEST_AGENT_VER = "1.8.0"