bump versions

This commit is contained in:
sadnub 2021-12-10 19:12:45 -05:00
parent ddc69c692e
commit 8011773af4
1 changed files with 2 additions and 2 deletions

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.10.3" TRMM_VERSION = "0.10.4"
# 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.153" APP_VER = "0.0.154"
# https://github.com/wh1te909/rmmagent # https://github.com/wh1te909/rmmagent
LATEST_AGENT_VER = "1.7.1" LATEST_AGENT_VER = "1.7.1"