Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jul 9, 2024
1 parent 9b1d2fd commit 55c77df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/tacticalrmm/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cffi==1.16.0
channels==4.1.0
channels_redis==4.2.0
cryptography==42.0.8
Django==4.2.13
Django==4.2.14
django-cors-headers==4.4.0
django-filter==24.2
django-rest-knox==4.2.0
Expand Down
4 changes: 2 additions & 2 deletions api/tacticalrmm/tacticalrmm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
APP_VER = "0.0.193"

# https://github.com/amidaware/rmmagent
LATEST_AGENT_VER = "2.7.0"
LATEST_AGENT_VER = "2.8.0"

MESH_VER = "1.1.21"

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.95.0"
INSTALL_NUSHELL_VERSION = "0.93.0"
# 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 Down

0 comments on commit 55c77df

Please sign in to comment.