Skip to content

Commit

Permalink
Update snap revisions to latest built revision
Browse files Browse the repository at this point in the history
  • Loading branch information
shayancanonical committed Jul 12, 2024
1 parent b4be570 commit 40098fa
Showing 1 changed file with 2 additions and 2 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": "108",
"aarch64": "107",
"x86_64": "109",
"aarch64": "110",
}
revision = REVISIONS[platform.machine()]
_snap = snap_lib.SnapCache()[_SNAP_NAME]
Expand Down

0 comments on commit 40098fa

Please sign in to comment.