Skip to content

Commit 2642632

Browse files
Update MySQL Router to 8.0.35 (#107)
Fixes #105
1 parent 108d45f commit 2642632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
logger = logging.getLogger(__name__)
1919

2020
_SNAP_NAME = "charmed-mysql"
21-
_REVISION = "69" # v8.0.34
21+
_REVISION = "92" # v8.0.35
2222
_snap = snap_lib.SnapCache()[_SNAP_NAME]
2323
_UNIX_USERNAME = "snap_daemon"
2424

0 commit comments

Comments
 (0)