fix for special chars in computer hostname closes #201

This commit is contained in:
wh1te909 2020-12-12 01:59:10 +00:00
parent d77a478bf0
commit 1fad7d72a2
1 changed files with 2 additions and 2 deletions

View File

@ -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.2.13" TRMM_VERSION = "0.2.14"
# 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
@ -25,7 +25,7 @@ APP_VER = "0.0.99"
LATEST_SALT_VER = "1.1.0" LATEST_SALT_VER = "1.1.0"
# https://github.com/wh1te909/rmmagent # https://github.com/wh1te909/rmmagent
LATEST_AGENT_VER = "1.1.8" LATEST_AGENT_VER = "1.1.9"
MESH_VER = "0.7.14" MESH_VER = "0.7.14"