From 5111b17d3cc2ec15cbeb6c6a68fb9bffbe317822 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Wed, 30 Aug 2023 04:29:36 +0000 Subject: [PATCH] bump web ver [skip ci] --- 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 53ecce8e4c..4c879742b3 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -23,11 +23,11 @@ TRMM_VERSION = "0.16.4-dev" # https://github.com/amidaware/tacticalrmm-web -WEB_VERSION = "0.101.28" +WEB_VERSION = "0.101.29" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser -APP_VER = "0.0.183" +APP_VER = "0.0.184" # https://github.com/amidaware/rmmagent LATEST_AGENT_VER = "2.4.12-dev"