From 3a03020e54e41e5c4500a7da55075c7ba3e3f69d Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Wed, 12 May 2021 07:07:51 +0000 Subject: [PATCH] bump versions --- api/tacticalrmm/tacticalrmm/settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index 3527c2fb..dc75288c 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -15,14 +15,14 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe") AUTH_USER_MODEL = "accounts.User" # latest release -TRMM_VERSION = "0.6.8" +TRMM_VERSION = "0.6.9" # bump this version everytime vue code is changed # 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 -LATEST_AGENT_VER = "1.5.5" +LATEST_AGENT_VER = "1.5.6" MESH_VER = "0.8.35"