Skip to content

Commit

Permalink
Update versions (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: ferguss <[email protected]>
  • Loading branch information
fergusstrange and ferguss authored Aug 26, 2024
1 parent ae9f98f commit 06253c6
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.3.0")
V15 = PostgresVersion("15.7.0")
V14 = PostgresVersion("14.12.0")
V13 = PostgresVersion("13.15.0")
V12 = PostgresVersion("12.19.0")
V16 = PostgresVersion("16.4.0")
V15 = PostgresVersion("15.8.0")
V14 = PostgresVersion("14.13.0")
V13 = PostgresVersion("13.16.0")
V12 = PostgresVersion("12.20.0")
V11 = PostgresVersion("11.22.0")
V10 = PostgresVersion("10.23.0")
V9 = PostgresVersion("9.6.24")
Expand Down

0 comments on commit 06253c6

Please sign in to comment.