From 1e50329c9ebfe11b87b116e048414f65dac69628 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Fri, 22 Dec 2023 17:40:36 +0000 Subject: [PATCH] bump version --- 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 8bb28de6a2..5815541136 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -20,14 +20,14 @@ AUTH_USER_MODEL = "accounts.User" # latest release -TRMM_VERSION = "0.17.3-dev" +TRMM_VERSION = "0.17.3" # https://github.com/amidaware/tacticalrmm-web -WEB_VERSION = "0.101.37" +WEB_VERSION = "0.101.38" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser -APP_VER = "0.0.188" +APP_VER = "0.0.189" # https://github.com/amidaware/rmmagent LATEST_AGENT_VER = "2.6.0"