Skip to content

Commit

Permalink
Update snap (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp authored Aug 27, 2023
1 parent 02745d1 commit 7e3a90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Snap constants.
PGBOUNCER_EXECUTABLE = "charmed-postgresql.pgbouncer"
POSTGRESQL_SNAP_NAME = "charmed-postgresql"
SNAP_PACKAGES = [(POSTGRESQL_SNAP_NAME, {"revision": "67"})]
SNAP_PACKAGES = [(POSTGRESQL_SNAP_NAME, {"revision": "70"})]

SNAP_COMMON_PATH = "/var/snap/charmed-postgresql/common"
SNAP_CURRENT_PATH = "/var/snap/charmed-postgresql/current"
Expand Down

0 comments on commit 7e3a90e

Please sign in to comment.