bump versions
This commit is contained in:
parent
ed85611e75
commit
0786163dc3
|
@ -15,11 +15,11 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe")
|
|||
AUTH_USER_MODEL = "accounts.User"
|
||||
|
||||
# latest release
|
||||
TRMM_VERSION = "0.8.5"
|
||||
TRMM_VERSION = "0.9.0"
|
||||
|
||||
# bump this version everytime vue code is changed
|
||||
# to alert user they need to manually refresh their browser
|
||||
APP_VER = "0.0.147"
|
||||
APP_VER = "0.0.148"
|
||||
|
||||
# https://github.com/wh1te909/rmmagent
|
||||
LATEST_AGENT_VER = "1.6.2"
|
||||
|
@ -29,8 +29,8 @@ MESH_VER = "0.9.45"
|
|||
NATS_SERVER_VER = "2.3.3"
|
||||
|
||||
# for the update script, bump when need to recreate venv or npm install
|
||||
PIP_VER = "22"
|
||||
NPM_VER = "23"
|
||||
PIP_VER = "23"
|
||||
NPM_VER = "24"
|
||||
|
||||
SETUPTOOLS_VER = "58.5.3"
|
||||
WHEEL_VER = "0.37.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
SCRIPT_VERSION="54"
|
||||
SCRIPT_VERSION="55"
|
||||
SCRIPT_URL='https://raw.githubusercontent.com/wh1te909/tacticalrmm/master/install.sh'
|
||||
|
||||
sudo apt install -y curl wget dirmngr gnupg lsb-release
|
||||
|
|
Loading…
Reference in New Issue