Skip to content

Commit

Permalink
Update snap (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp authored Jul 28, 2023
1 parent f6025eb commit 5110494
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": "66"})]
SNAP_PACKAGES = [(POSTGRESQL_SNAP_NAME, {"revision": "67"})]

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

0 comments on commit 5110494

Please sign in to comment.