bump webver [skip ci]

This commit is contained in:
wh1te909 2023-11-23 00:52:15 +00:00
parent 13e4b1a781
commit e9c1886cdd
1 changed files with 3 additions and 3 deletions

View File

@ -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"