From 1fad7d72a27a799758f6d27be24ec2485bc2a5c8 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sat, 12 Dec 2020 01:59:10 +0000 Subject: [PATCH] fix for special chars in computer hostname closes #201 --- 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 a6d73058..c1e994a1 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.2.13" +TRMM_VERSION = "0.2.14" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser @@ -25,7 +25,7 @@ APP_VER = "0.0.99" LATEST_SALT_VER = "1.1.0" # https://github.com/wh1te909/rmmagent -LATEST_AGENT_VER = "1.1.8" +LATEST_AGENT_VER = "1.1.9" MESH_VER = "0.7.14"