bump versions
This commit is contained in:
parent
012b697337
commit
608db9889f
|
@ -15,7 +15,7 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe")
|
||||||
AUTH_USER_MODEL = "accounts.User"
|
AUTH_USER_MODEL = "accounts.User"
|
||||||
|
|
||||||
# latest release
|
# latest release
|
||||||
TRMM_VERSION = "0.4.27"
|
TRMM_VERSION = "0.4.28"
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -24,7 +24,7 @@ APP_VER = "0.0.122"
|
||||||
# https://github.com/wh1te909/rmmagent
|
# https://github.com/wh1te909/rmmagent
|
||||||
LATEST_AGENT_VER = "1.4.13"
|
LATEST_AGENT_VER = "1.4.13"
|
||||||
|
|
||||||
MESH_VER = "0.7.88"
|
MESH_VER = "0.7.93"
|
||||||
|
|
||||||
# for the update script, bump when need to recreate venv or npm install
|
# for the update script, bump when need to recreate venv or npm install
|
||||||
PIP_VER = "11"
|
PIP_VER = "11"
|
||||||
|
|
Loading…
Reference in New Issue