From 6fe4c5a2edeecb87dcddfbb7089c8ec3597c5372 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Wed, 5 Jul 2023 02:03:34 +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 97fedd0f..6c0fabf7 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -20,14 +20,14 @@ MAC_UNINSTALL = BASE_DIR / "core" / "mac_uninstall.sh" AUTH_USER_MODEL = "accounts.User" # latest release -TRMM_VERSION = "0.15.13-dev" +TRMM_VERSION = "0.16.0" # https://github.com/amidaware/tacticalrmm-web -WEB_VERSION = "0.101.24-dev" +WEB_VERSION = "0.101.25" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser -APP_VER = "0.0.181" +APP_VER = "0.0.182" # https://github.com/amidaware/rmmagent LATEST_AGENT_VER = "2.4.9"