bump versions
This commit is contained in:
parent
49356479e5
commit
8204bdfc5f
|
@ -15,14 +15,14 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe")
|
|||
AUTH_USER_MODEL = "accounts.User"
|
||||
|
||||
# latest release
|
||||
TRMM_VERSION = "0.6.7"
|
||||
TRMM_VERSION = "0.6.8"
|
||||
|
||||
# bump this version everytime vue code is changed
|
||||
# to alert user they need to manually refresh their browser
|
||||
APP_VER = "0.0.134"
|
||||
|
||||
# https://github.com/wh1te909/rmmagent
|
||||
LATEST_AGENT_VER = "1.5.4"
|
||||
LATEST_AGENT_VER = "1.5.5"
|
||||
|
||||
MESH_VER = "0.8.19"
|
||||
|
||||
|
|
Loading…
Reference in New Issue