Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Apr 8, 2024
1 parent e1643ac commit 7f19dec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/tacticalrmm/tacticalrmm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
AUTH_USER_MODEL = "accounts.User"

# latest release
TRMM_VERSION = "0.18.2-dev"
TRMM_VERSION = "0.18.2"

# https://github.com/amidaware/tacticalrmm-web
WEB_VERSION = "0.101.43"
WEB_VERSION = "0.101.44"

# bump this version everytime vue code is changed
# to alert user they need to manually refresh their browser
Expand All @@ -43,7 +43,7 @@
# GitHub version to download. The file will be downloaded from GitHub, extracted and installed.
# Version to download. If INSTALL_NUSHELL_URL is not provided, the file will be downloaded from GitHub,
# extracted and installed.
INSTALL_NUSHELL_VERSION = "0.91.0"
INSTALL_NUSHELL_VERSION = "0.92.1"
# URL to download directly. This is expected to be the direct URL, unauthenticated, uncompressed, ready to be installed.
# Use {OS}, {ARCH} and {VERSION} to specify the GOOS, GOARCH and INSTALL_NUSHELL_VERSION respectively.
# Windows: The ".exe" extension will be added automatically.
Expand All @@ -64,7 +64,7 @@
INSTALL_DENO = True
# Version to download. If INSTALL_DENO_URL is not provided, the file will be downloaded from GitHub,
# extracted and installed.
INSTALL_DENO_VERSION = "v1.41.3"
INSTALL_DENO_VERSION = "v1.42.1"
# URL to download directly. This is expected to be the direct URL, unauthenticated, uncompressed, ready to be installed.
# Use {OS}, {ARCH} and {VERSION} to specify the GOOS, GOARCH and INSTALL_DENO_VERSION respectively.
# Windows: The ".exe" extension will be added automatically.
Expand Down

0 comments on commit 7f19dec

Please sign in to comment.