diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index f6de4389..9f987979 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -17,7 +17,7 @@ LINUX_AGENT_SCRIPT = BASE_DIR / "core" / "agent_linux.sh" AUTH_USER_MODEL = "accounts.User" # latest release -TRMM_VERSION = "0.12.2" +TRMM_VERSION = "0.12.3" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser @@ -31,8 +31,8 @@ MESH_VER = "1.0.2" NATS_SERVER_VER = "2.7.4" # for the update script, bump when need to recreate venv or npm install -PIP_VER = "27" -NPM_VER = "30" +PIP_VER = "28" +NPM_VER = "31" SETUPTOOLS_VER = "59.6.0" WHEEL_VER = "0.37.1"