Skip to content

Commit

Permalink
Update to MySQL v8.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
shayancanonical committed Aug 20, 2024
1 parent fa80dc9 commit 9f03b82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/snap.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
_SNAP_NAME = "charmed-mysql"
REVISIONS: typing.Dict[str, str] = {
# Keep in sync with `workload_version` file
"x86_64": "109",
"aarch64": "110",
"x86_64": "121",
"aarch64": "122",
}
revision = REVISIONS[platform.machine()]
_snap = snap_lib.SnapCache()[_SNAP_NAME]
Expand Down
2 changes: 1 addition & 1 deletion workload_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.37
8.0.39

0 comments on commit 9f03b82

Please sign in to comment.