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 52e9ce9 commit a7f6970Copy full SHA for a7f6970
src/snap.py
@@ -19,7 +19,7 @@
19
logger = logging.getLogger(__name__)
20
21
_SNAP_NAME = "charmed-mysql"
22
-REVISION = "92" # Keep in sync with `workload_version` file
+REVISION = "98" # Keep in sync with `workload_version` file
23
_snap = snap_lib.SnapCache()[_SNAP_NAME]
24
_UNIX_USERNAME = "snap_daemon"
25
workload_version
@@ -1 +1 @@
1
-8.0.35
+8.0.36
0 commit comments