From 15ec7173aa4297b7755eb50eb481d996626acf3f Mon Sep 17 00:00:00 2001 From: wh1te909 <7434746+wh1te909@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:56:46 +0000 Subject: [PATCH] bump web vers --- 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 c1311fad..5379fa89 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -24,11 +24,11 @@ AUTH_USER_MODEL = "accounts.User" TRMM_VERSION = "0.19.4-dev" # https://github.com/amidaware/tacticalrmm-web -WEB_VERSION = "0.101.48" +WEB_VERSION = "0.101.49" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser -APP_VER = "0.0.194" +APP_VER = "0.0.195" # https://github.com/amidaware/rmmagent LATEST_AGENT_VER = "2.8.0"