From 268cfaf234d9348598c65b94ad98a0ecef9ca45e Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Thu, 7 Jul 2022 03:06:52 +0000 Subject: [PATCH] bump web ver --- 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 ea8a5df5..9c181b68 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -20,7 +20,7 @@ AUTH_USER_MODEL = "accounts.User" TRMM_VERSION = "0.13.5-dev" # https://github.com/amidaware/tacticalrmm-web -WEB_VERSION = "0.100.2-dev" +WEB_VERSION = "0.100.3-dev" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser