bump rmm and agent ver
This commit is contained in:
parent
c14873a799
commit
70dc771052
|
@ -15,7 +15,7 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe")
|
|||
AUTH_USER_MODEL = "accounts.User"
|
||||
|
||||
# latest release
|
||||
TRMM_VERSION = "0.2.3"
|
||||
TRMM_VERSION = "0.2.4"
|
||||
|
||||
# bump this version everytime vue code is changed
|
||||
# to alert user they need to manually refresh their browser
|
||||
|
@ -25,7 +25,7 @@ APP_VER = "0.0.94"
|
|||
LATEST_SALT_VER = "1.1.0"
|
||||
|
||||
# https://github.com/wh1te909/rmmagent
|
||||
LATEST_AGENT_VER = "1.1.0"
|
||||
LATEST_AGENT_VER = "1.1.1"
|
||||
|
||||
MESH_VER = "0.7.9"
|
||||
|
||||
|
|
Loading…
Reference in New Issue