From a11e61732203d0de7cadf2ba6c23d0677c26d667 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Fri, 19 Mar 2021 05:21:37 +0000 Subject: [PATCH] bump versions --- api/tacticalrmm/tacticalrmm/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index fe07e3f7..d9a41a9d 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.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"