From c1d1b5f762306388c3f6e9147a2df6d44909992d Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Mon, 18 Jan 2021 10:00:26 +0000 Subject: [PATCH] bump version --- api/tacticalrmm/tacticalrmm/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index b1d5d1a3..dd0c41cd 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -15,11 +15,11 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe") AUTH_USER_MODEL = "accounts.User" # latest release -TRMM_VERSION = "0.3.1" +TRMM_VERSION = "0.3.2" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser -APP_VER = "0.0.104" +APP_VER = "0.0.105" # https://github.com/wh1te909/salt LATEST_SALT_VER = "1.1.0"