bump version

This commit is contained in:
wh1te909 2022-04-11 22:21:57 +00:00
parent ff41bbd0e5
commit cddac4d0fb
1 changed files with 3 additions and 3 deletions

View File

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