Compare commits

...

2 Commits

Author SHA1 Message Date
wh1te909
763877541a Release 0.2.14 2020-12-12 01:59:47 +00:00
wh1te909
1fad7d72a2 fix for special chars in computer hostname closes #201 2020-12-12 01:59:10 +00:00

View File

@@ -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.13"
TRMM_VERSION = "0.2.14"
# 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.99"
LATEST_SALT_VER = "1.1.0"
# https://github.com/wh1te909/rmmagent
LATEST_AGENT_VER = "1.1.8"
LATEST_AGENT_VER = "1.1.9"
MESH_VER = "0.7.14"