Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
and-sm committed May 8, 2022
1 parent 8dacad0 commit 189fb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def main(request):
@staff_member_required
def about(request):

version = "1.14.1"
version = "1.14.2"

response = requests.get(f"https://api.github.com/repos/and-sm/testgr/releases/latest",
headers={"Content-Type": "application/json", "User-Agent": "testgr"})
Expand Down

0 comments on commit 189fb3c

Please sign in to comment.