diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index 0bb4ea41..eeb2c6c2 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -15,11 +15,11 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe") AUTH_USER_MODEL = "accounts.User" # latest release -TRMM_VERSION = "0.8.5" +TRMM_VERSION = "0.9.0" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser -APP_VER = "0.0.147" +APP_VER = "0.0.148" # https://github.com/wh1te909/rmmagent LATEST_AGENT_VER = "1.6.2" @@ -29,8 +29,8 @@ MESH_VER = "0.9.45" NATS_SERVER_VER = "2.3.3" # for the update script, bump when need to recreate venv or npm install -PIP_VER = "22" -NPM_VER = "23" +PIP_VER = "23" +NPM_VER = "24" SETUPTOOLS_VER = "58.5.3" WHEEL_VER = "0.37.0" diff --git a/install.sh b/install.sh index c2ee0677..26100488 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -SCRIPT_VERSION="54" +SCRIPT_VERSION="55" SCRIPT_URL='https://raw.githubusercontent.com/wh1te909/tacticalrmm/master/install.sh' sudo apt install -y curl wget dirmngr gnupg lsb-release