From b987d041b0c604d0c4f51f9e4a32a0882ad56515 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Fri, 9 Apr 2021 18:29:08 +0000 Subject: [PATCH] bump 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 e4af39cc..1ee50576 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -15,7 +15,7 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe") AUTH_USER_MODEL = "accounts.User" # latest release -TRMM_VERSION = "0.5.1" +TRMM_VERSION = "0.5.2" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser