bump versions

This commit is contained in:
wh1te909 2023-05-30 23:42:49 +00:00
parent cd5e87be34
commit ae5d0b1d81
2 changed files with 4 additions and 4 deletions

View File

@ -20,17 +20,17 @@ MAC_UNINSTALL = BASE_DIR / "core" / "mac_uninstall.sh"
AUTH_USER_MODEL = "accounts.User"
# latest release
TRMM_VERSION = "0.15.12-dev"
TRMM_VERSION = "0.15.12"
# https://github.com/amidaware/tacticalrmm-web
WEB_VERSION = "0.101.21-dev"
WEB_VERSION = "0.101.22"
# bump this version everytime vue code is changed
# to alert user they need to manually refresh their browser
APP_VER = "0.0.181"
# https://github.com/amidaware/rmmagent
LATEST_AGENT_VER = "2.4.8"
LATEST_AGENT_VER = "2.4.9"
MESH_VER = "1.1.4"

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
SCRIPT_VERSION="23"
SCRIPT_VERSION="24"
GREEN='\033[0;32m'
YELLOW='\033[1;33m'