Skip to content

Commit

Permalink
Update MySQL Router to 8.0.35 (#107)
Browse files Browse the repository at this point in the history
Fixes #105
  • Loading branch information
carlcsaposs-canonical authored Feb 7, 2024
1 parent 108d45f commit 2642632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snap.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
logger = logging.getLogger(__name__)

_SNAP_NAME = "charmed-mysql"
_REVISION = "69" # v8.0.34
_REVISION = "92" # v8.0.35
_snap = snap_lib.SnapCache()[_SNAP_NAME]
_UNIX_USERNAME = "snap_daemon"

Expand Down

0 comments on commit 2642632

Please sign in to comment.