From 2eb16c82f41159b8f4609c4b8be37aa4bcd44756 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Tue, 27 Apr 2021 15:36:38 +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 2d90369d..10e087ad 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.6.3" +TRMM_VERSION = "0.6.4" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser