Skip to content

Commit

Permalink
Bump pgbouncer_fdw to 1.1.0 (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstanton authored Dec 14, 2023
1 parent 339d8b4 commit ac5a5d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/pgbouncer_fdw/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM quay.io/coredb/c-builder:pg${PG_VERSION}
RUN git clone https://github.com/CrunchyData/pgbouncer_fdw.git

# Set project version
ARG RELEASE=v1.0.1
ARG RELEASE=v1.1.0

# Build extension
RUN cd pgbouncer_fdw && \
Expand Down
2 changes: 1 addition & 1 deletion contrib/pgbouncer_fdw/Trunk.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[extension]
name = "pgbouncer_fdw"
version = "1.0.1"
version = "1.1.0"
repository = "https://github.com/CrunchyData/pgbouncer_fdw"
license = "PostgreSQL"
description = "PostgreSQL Foreign Data Wrapper to Connect to pgbouncer."
Expand Down

0 comments on commit ac5a5d7

Please sign in to comment.