We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef65800 commit 6ce95c6Copy full SHA for 6ce95c6
src/snap.py
@@ -25,8 +25,8 @@
25
_SNAP_NAME = "charmed-mysql"
26
REVISIONS: typing.Dict[str, str] = {
27
# Keep in sync with `workload_version` file
28
- "x86_64": "128",
29
- "aarch64": "127",
+ "x86_64": "134",
+ "aarch64": "135",
30
}
31
revision = REVISIONS[platform.machine()]
32
_snap = snap_lib.SnapCache()[_SNAP_NAME]
workload_version
@@ -1 +1 @@
1
-8.0.40
+8.0.41
0 commit comments