From 9b1d2fd98587f632ddbe056a65d3700721443d2e Mon Sep 17 00:00:00 2001 From: wh1te909 <7434746+wh1te909@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:10:16 +0000 Subject: [PATCH] bump web ver [skip ci] --- api/tacticalrmm/tacticalrmm/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index f1d83d03..d1b67cec 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -24,7 +24,7 @@ AUTH_USER_MODEL = "accounts.User" TRMM_VERSION = "0.19.0-dev" # https://github.com/amidaware/tacticalrmm-web -WEB_VERSION = "0.101.45" +WEB_VERSION = "0.101.46" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser