bump versions

This commit is contained in:
wh1te909 2021-05-12 07:07:51 +00:00
parent 64443cc703
commit 3a03020e54
1 changed files with 3 additions and 3 deletions

View File

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