From 3800f1996623deb4534b1ffc6df09a46f3ad9958 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Wed, 10 May 2023 19:56:20 +0000 Subject: [PATCH] bump versions [skip ci] --- 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 109181fb..b54742f7 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -20,17 +20,17 @@ MAC_UNINSTALL = BASE_DIR / "core" / "mac_uninstall.sh" AUTH_USER_MODEL = "accounts.User" # latest release -TRMM_VERSION = "0.15.10-dev" +TRMM_VERSION = "0.15.10" # https://github.com/amidaware/tacticalrmm-web -WEB_VERSION = "0.101.19-dev" +WEB_VERSION = "0.101.20" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser APP_VER = "0.0.180" # https://github.com/amidaware/rmmagent -LATEST_AGENT_VER = "2.4.6" +LATEST_AGENT_VER = "2.4.7" MESH_VER = "1.1.4"