From ae5d0b1d81ed7e7ee1f3ebaafaf8a8ad96c8a49a Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Tue, 30 May 2023 23:42:49 +0000 Subject: [PATCH] bump versions --- api/tacticalrmm/tacticalrmm/settings.py | 6 +++--- backup.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index c7ef0b99..2e70f00e 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.12-dev" +TRMM_VERSION = "0.15.12" # https://github.com/amidaware/tacticalrmm-web -WEB_VERSION = "0.101.21-dev" +WEB_VERSION = "0.101.22" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser APP_VER = "0.0.181" # https://github.com/amidaware/rmmagent -LATEST_AGENT_VER = "2.4.8" +LATEST_AGENT_VER = "2.4.9" MESH_VER = "1.1.4" diff --git a/backup.sh b/backup.sh index 29e4d2b5..def15ee3 100755 --- a/backup.sh +++ b/backup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -SCRIPT_VERSION="23" +SCRIPT_VERSION="24" GREEN='\033[0;32m' YELLOW='\033[1;33m'