bump version

This commit is contained in:
wh1te909
2021-11-07 21:00:25 +00:00
parent cce9dfe585
commit b84d4a99b8

View File

@@ -15,11 +15,11 @@ 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.9.0" TRMM_VERSION = "0.9.1"
# 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
APP_VER = "0.0.148" APP_VER = "0.0.149"
# https://github.com/wh1te909/rmmagent # https://github.com/wh1te909/rmmagent
LATEST_AGENT_VER = "1.6.2" LATEST_AGENT_VER = "1.6.2"