From 81c9527dc1e6ccaad97ae83ad7ab4ee8ac3e8a34 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sun, 16 Aug 2020 05:14:11 +0000 Subject: [PATCH] bump frontend 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 706e7613..022e3d69 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -11,7 +11,7 @@ AUTH_USER_MODEL = "accounts.User" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser -APP_VER = "0.0.20" +APP_VER = "0.0.21" # https://github.com/wh1te909/salt LATEST_SALT_VER = "1.0.3"