Skip to content

Commit

Permalink
Upgrade Postgres versions (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
fergusstrange authored Jan 15, 2022
1 parent ab6f1af commit 62494bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ type PostgresVersion string
// Predefined supported Postgres versions.
const (
V14 = PostgresVersion("14.1.0")
V13 = PostgresVersion("13.4.0")
V12 = PostgresVersion("12.8.0")
V11 = PostgresVersion("11.13.0")
V10 = PostgresVersion("10.18.0")
V9 = PostgresVersion("9.6.23")
V13 = PostgresVersion("13.5.0")
V12 = PostgresVersion("12.9.0")
V11 = PostgresVersion("11.14.0")
V10 = PostgresVersion("10.19.0")
V9 = PostgresVersion("9.6.24")
)

0 comments on commit 62494bc

Please sign in to comment.