bump version

This commit is contained in:
wh1te909
2022-08-01 17:50:33 +00:00
parent febc9aed11
commit 9b92d1b673

View File

@@ -17,17 +17,17 @@ LINUX_AGENT_SCRIPT = BASE_DIR / "core" / "agent_linux.sh"
AUTH_USER_MODEL = "accounts.User"
# latest release
TRMM_VERSION = "0.14.4-dev"
TRMM_VERSION = "0.14.4"
# https://github.com/amidaware/tacticalrmm-web
WEB_VERSION = "0.100.6"
WEB_VERSION = "0.100.7"
# bump this version everytime vue code is changed
# to alert user they need to manually refresh their browser
APP_VER = "0.0.167"
APP_VER = "0.0.168"
# https://github.com/amidaware/rmmagent
LATEST_AGENT_VER = "2.1.2"
LATEST_AGENT_VER = "2.2.0"
MESH_VER = "1.0.60"