bump version for new agent
This commit is contained in:
parent
1f36235801
commit
8536754d14
|
@ -15,17 +15,17 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe")
|
|||
AUTH_USER_MODEL = "accounts.User"
|
||||
|
||||
# latest release
|
||||
TRMM_VERSION = "0.2.8"
|
||||
TRMM_VERSION = "0.2.9"
|
||||
|
||||
# bump this version everytime vue code is changed
|
||||
# to alert user they need to manually refresh their browser
|
||||
APP_VER = "0.0.97"
|
||||
APP_VER = "0.0.98"
|
||||
|
||||
# https://github.com/wh1te909/salt
|
||||
LATEST_SALT_VER = "1.1.0"
|
||||
|
||||
# https://github.com/wh1te909/rmmagent
|
||||
LATEST_AGENT_VER = "1.1.3"
|
||||
LATEST_AGENT_VER = "1.1.4"
|
||||
|
||||
MESH_VER = "0.7.14"
|
||||
|
||||
|
|
Loading…
Reference in New Issue