bump rmm and agent ver

This commit is contained in:
wh1te909 2020-12-02 05:35:13 +00:00
parent c14873a799
commit 70dc771052
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe")
AUTH_USER_MODEL = "accounts.User"
# latest release
TRMM_VERSION = "0.2.3"
TRMM_VERSION = "0.2.4"
# bump this version everytime vue code is changed
# to alert user they need to manually refresh their browser
@ -25,7 +25,7 @@ APP_VER = "0.0.94"
LATEST_SALT_VER = "1.1.0"
# https://github.com/wh1te909/rmmagent
LATEST_AGENT_VER = "1.1.0"
LATEST_AGENT_VER = "1.1.1"
MESH_VER = "0.7.9"