diff --git a/src/constants.py b/src/constants.py index 564505fe8f..29cecb93d0 100644 --- a/src/constants.py +++ b/src/constants.py @@ -35,7 +35,7 @@ SNAP_PACKAGES = [ ( POSTGRESQL_SNAP_NAME, - {"revision": {"aarch64": "221", "x86_64": "220"}}, + {"revision": {"aarch64": "230", "x86_64": "229"}}, ) ]