From 9dc0b24399274e55d5be4a08a0665fa30655d0ee Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Fri, 1 Sep 2023 23:48:31 +0000 Subject: [PATCH] bump versions --- api/tacticalrmm/tacticalrmm/settings.py | 4 ++-- backup.sh | 2 +- install.sh | 2 +- restore.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index 4c879742..57cda445 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -20,7 +20,7 @@ MAC_UNINSTALL = BASE_DIR / "core" / "mac_uninstall.sh" AUTH_USER_MODEL = "accounts.User" # latest release -TRMM_VERSION = "0.16.4-dev" +TRMM_VERSION = "0.16.4" # https://github.com/amidaware/tacticalrmm-web WEB_VERSION = "0.101.29" @@ -30,7 +30,7 @@ WEB_VERSION = "0.101.29" APP_VER = "0.0.184" # https://github.com/amidaware/rmmagent -LATEST_AGENT_VER = "2.4.12-dev" +LATEST_AGENT_VER = "2.5.0" MESH_VER = "1.1.9" diff --git a/backup.sh b/backup.sh index ff24eb32..5f6d5347 100755 --- a/backup.sh +++ b/backup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -SCRIPT_VERSION="28" +SCRIPT_VERSION="29" GREEN='\033[0;32m' YELLOW='\033[1;33m' diff --git a/install.sh b/install.sh index 1e9e7060..d4e633a7 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -SCRIPT_VERSION="76" +SCRIPT_VERSION="77" SCRIPT_URL='https://raw.githubusercontent.com/amidaware/tacticalrmm/master/install.sh' sudo apt install -y curl wget dirmngr gnupg lsb-release ca-certificates diff --git a/restore.sh b/restore.sh index 3e5189b7..88305b36 100755 --- a/restore.sh +++ b/restore.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -SCRIPT_VERSION="51" +SCRIPT_VERSION="52" SCRIPT_URL='https://raw.githubusercontent.com/amidaware/tacticalrmm/master/restore.sh' sudo apt update