Skip to content

Commit

Permalink
Release v2.2.48.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Jul 12, 2024
1 parent 677bc38 commit 8659439
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 2.2.48.1 12/07/2024

* Bundle web-ui v2.2.48.1

## 2.2.48 08/07/2024

* Bundle web-ui v2.2.48
Expand Down
2 changes: 1 addition & 1 deletion gns3server/crash_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class CrashReport:
Report crash to a third party service
"""

DSN = "https://3fb84d1ee07fa46b3638825e30cb8f05@o19455.ingest.us.sentry.io/38482"
DSN = "https://9888239d177479b53f1b089ec43f4630@o19455.ingest.us.sentry.io/38482"
_instance = None

def __init__(self):
Expand Down
1 change: 0 additions & 1 deletion gns3server/static/web-ui/main.b65e52314df938ebe652.js

This file was deleted.

4 changes: 2 additions & 2 deletions gns3server/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)

__version__ = "2.2.49.dev1"
__version_info__ = (2, 2, 49, 99)
__version__ = "2.2.48.1"
__version_info__ = (2, 2, 48, -99)

if "dev" in __version__:
try:
Expand Down

0 comments on commit 8659439

Please sign in to comment.