From 47ca0cfa1c02b3f3902d18c7e6c0322a763d7e97 Mon Sep 17 00:00:00 2001 From: sadnub Date: Wed, 9 Sep 2020 18:43:53 -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 5ec5a71c..6204496e 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.41" +APP_VER = "0.0.42" # https://github.com/wh1te909/salt LATEST_SALT_VER = "1.0.3"