bump versions
This commit is contained in:
parent
cd5e87be34
commit
ae5d0b1d81
|
@ -20,17 +20,17 @@ MAC_UNINSTALL = BASE_DIR / "core" / "mac_uninstall.sh"
|
||||||
AUTH_USER_MODEL = "accounts.User"
|
AUTH_USER_MODEL = "accounts.User"
|
||||||
|
|
||||||
# latest release
|
# latest release
|
||||||
TRMM_VERSION = "0.15.12-dev"
|
TRMM_VERSION = "0.15.12"
|
||||||
|
|
||||||
# https://github.com/amidaware/tacticalrmm-web
|
# 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
|
# bump this version everytime vue code is changed
|
||||||
# to alert user they need to manually refresh their browser
|
# to alert user they need to manually refresh their browser
|
||||||
APP_VER = "0.0.181"
|
APP_VER = "0.0.181"
|
||||||
|
|
||||||
# https://github.com/amidaware/rmmagent
|
# https://github.com/amidaware/rmmagent
|
||||||
LATEST_AGENT_VER = "2.4.8"
|
LATEST_AGENT_VER = "2.4.9"
|
||||||
|
|
||||||
MESH_VER = "1.1.4"
|
MESH_VER = "1.1.4"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue