bump webver [skip ci]
This commit is contained in:
parent
13e4b1a781
commit
e9c1886cdd
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue