From 2e2e2073fb5fc87f20e6a202ee4c98efc72c0a95 Mon Sep 17 00:00:00 2001 From: Josh Krawczyk Date: Wed, 19 Aug 2020 18:26:00 -0400 Subject: [PATCH] bump app version --- 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 6558f03e..7239f4f0 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.23" +APP_VER = "0.0.24" # https://github.com/wh1te909/salt LATEST_SALT_VER = "1.0.3"