bump versions

This commit is contained in:
wh1te909 2021-03-19 05:21:37 +00:00
parent d0beac7e2b
commit a11e617322
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe")
AUTH_USER_MODEL = "accounts.User"
# latest release
TRMM_VERSION = "0.4.26"
TRMM_VERSION = "0.4.27"
# bump this version everytime vue code is changed
# to alert user they need to manually refresh their browser
APP_VER = "0.0.122"
# https://github.com/wh1te909/rmmagent
LATEST_AGENT_VER = "1.4.12"
LATEST_AGENT_VER = "1.4.13"
MESH_VER = "0.7.88"