Skip to content

Commit

Permalink
Release 0.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed May 29, 2021
2 parents 541e07f + a8aedd9 commit 5aa15c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/tacticalrmm/agents/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def agent_outages_task() -> None:

agents = Agent.objects.only(
"pk",
"agent_id",
"last_seen",
"offline_time",
"overdue_time",
Expand Down
2 changes: 1 addition & 1 deletion api/tacticalrmm/tacticalrmm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
AUTH_USER_MODEL = "accounts.User"

# latest release
TRMM_VERSION = "0.6.12"
TRMM_VERSION = "0.6.13"

# bump this version everytime vue code is changed
# to alert user they need to manually refresh their browser
Expand Down

0 comments on commit 5aa15c5

Please sign in to comment.