bump version
This commit is contained in:
parent
7e5bc4e1ce
commit
d0ce2a46ac
|
@ -15,11 +15,11 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe")
|
|||
AUTH_USER_MODEL = "accounts.User"
|
||||
|
||||
# latest release
|
||||
TRMM_VERSION = "0.11.2"
|
||||
TRMM_VERSION = "0.11.3"
|
||||
|
||||
# bump this version everytime vue code is changed
|
||||
# to alert user they need to manually refresh their browser
|
||||
APP_VER = "0.0.156"
|
||||
APP_VER = "0.0.157"
|
||||
|
||||
# https://github.com/wh1te909/rmmagent
|
||||
LATEST_AGENT_VER = "1.8.0"
|
||||
|
|
Loading…
Reference in New Issue