Skip to content

Commit 2e276ba

Browse files
Update charmed-mysql snap revision to latest 8.0/edge revision
1 parent eba3c8f commit 2e276ba

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
@@ -22,7 +22,7 @@
2222
logger = logging.getLogger(__name__)
2323

2424
_SNAP_NAME = "charmed-mysql"
25-
REVISION = "101" # Keep in sync with `workload_version` file
25+
REVISION = "102" # Keep in sync with `workload_version` file
2626
_snap = snap_lib.SnapCache()[_SNAP_NAME]
2727
_UNIX_USERNAME = "snap_daemon"
2828

0 commit comments

Comments
 (0)