Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Nov 7, 2021
1 parent ed85611 commit 0786163
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions api/tacticalrmm/tacticalrmm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
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"
Expand All @@ -29,8 +29,8 @@
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"
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0786163

Please sign in to comment.