Skip to content

Commit a7f6970

Browse files
[DPE-3717] Update Router to v8.0.36 (#113)
## Issue We have a new build of the snap (8.0.36) that we are not using in this charm ## Solution Update snap version
1 parent 52e9ce9 commit a7f6970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/snap.py

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

2121
_SNAP_NAME = "charmed-mysql"
22-
REVISION = "92" # Keep in sync with `workload_version` file
22+
REVISION = "98" # Keep in sync with `workload_version` file
2323
_snap = snap_lib.SnapCache()[_SNAP_NAME]
2424
_UNIX_USERNAME = "snap_daemon"
2525

workload_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.35
1+
8.0.36

0 commit comments

Comments
 (0)