From e9c1886cdd802cb6879ed15530854ca9f57cea52 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Thu, 23 Nov 2023 00:52:15 +0000 Subject: [PATCH] bump webver [skip ci] --- 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 527bdd52..4b3908d8 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -23,11 +23,11 @@ AUTH_USER_MODEL = "accounts.User" TRMM_VERSION = "0.17.2-dev" # https://github.com/amidaware/tacticalrmm-web -WEB_VERSION = "0.101.35" +WEB_VERSION = "0.101.36" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser -APP_VER = "0.0.187" +APP_VER = "0.0.188" # https://github.com/amidaware/rmmagent LATEST_AGENT_VER = "2.5.0" @@ -37,7 +37,7 @@ MESH_VER = "1.1.9" NATS_SERVER_VER = "2.10.5" # for the update script, bump when need to recreate venv -PIP_VER = "39" +PIP_VER = "40" SETUPTOOLS_VER = "68.2.2" WHEEL_VER = "0.41.3"