From 883acadbc46baff0805cc44f838dbd4966de0e58 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sat, 20 Feb 2021 10:00:12 +0000 Subject: [PATCH] bump versions --- api/tacticalrmm/tacticalrmm/settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index b4c9f379..febe2571 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -15,16 +15,16 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe") AUTH_USER_MODEL = "accounts.User" # latest release -TRMM_VERSION = "0.4.12" +TRMM_VERSION = "0.4.13" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser -APP_VER = "0.0.113" +APP_VER = "0.0.114" # https://github.com/wh1te909/rmmagent LATEST_AGENT_VER = "1.4.6" -MESH_VER = "0.7.68" +MESH_VER = "0.7.72" # for the update script, bump when need to recreate venv or npm install PIP_VER = "9"