We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a4857 commit 9d8010fCopy full SHA for 9d8010f
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": "134",
29
- "aarch64": "135",
+ "x86_64": "139",
+ "aarch64": "138",
30
}
31
revision = REVISIONS[platform.machine()]
32
_snap = snap_lib.SnapCache()[_SNAP_NAME]
0 commit comments