Skip to content

Commit

Permalink
Upgrade all default Postgres versions. (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
fergusstrange committed Apr 1, 2021
1 parent c297b07 commit 1825a12
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 @@ -107,9 +107,9 @@ type PostgresVersion string

// Predefined supported Postgres versions.
const (
V13 = PostgresVersion("13.1.0")
V12 = PostgresVersion("12.1.0-1")
V11 = PostgresVersion("11.6.0-1")
V10 = PostgresVersion("10.11.0-1")
V9 = PostgresVersion("9.6.16-1")
V13 = PostgresVersion("13.2.0")
V12 = PostgresVersion("12.6.0")
V11 = PostgresVersion("11.11.0")
V10 = PostgresVersion("10.16.0")
V9 = PostgresVersion("9.6.21")
)

0 comments on commit 1825a12

Please sign in to comment.