Skip to content

Commit

Permalink
Upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ferguss committed Jul 28, 2024
1 parent efb8f55 commit 3b10d84
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 @@ -153,11 +153,11 @@ type PostgresVersion string

// Predefined supported Postgres versions.
const (
V16 = PostgresVersion("16.2.0")
V15 = PostgresVersion("15.6.0")
V14 = PostgresVersion("14.11.0")
V13 = PostgresVersion("13.14.0")
V12 = PostgresVersion("12.17.0")
V16 = PostgresVersion("16.3.0")
V15 = PostgresVersion("15.7.0")
V14 = PostgresVersion("14.12.0")
V13 = PostgresVersion("13.15.0")
V12 = PostgresVersion("12.19.0")
V11 = PostgresVersion("11.22.0")
V10 = PostgresVersion("10.23.0")
V9 = PostgresVersion("9.6.24")
Expand Down

0 comments on commit 3b10d84

Please sign in to comment.