bump version
This commit is contained in:
parent
d97e49ff2b
commit
4766477c58
|
@ -15,11 +15,11 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe")
|
|||
AUTH_USER_MODEL = "accounts.User"
|
||||
|
||||
# latest release
|
||||
TRMM_VERSION = "0.7.0"
|
||||
TRMM_VERSION = "0.7.1"
|
||||
|
||||
# bump this version everytime vue code is changed
|
||||
# to alert user they need to manually refresh their browser
|
||||
APP_VER = "0.0.139"
|
||||
APP_VER = "0.0.140"
|
||||
|
||||
# https://github.com/wh1te909/rmmagent
|
||||
LATEST_AGENT_VER = "1.5.9"
|
||||
|
|
Loading…
Reference in New Issue