We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c297b07 commit 1825a12Copy full SHA for 1825a12
config.go
@@ -107,9 +107,9 @@ type PostgresVersion string
107
108
// Predefined supported Postgres versions.
109
const (
110
- V13 = PostgresVersion("13.1.0")
111
- V12 = PostgresVersion("12.1.0-1")
112
- V11 = PostgresVersion("11.6.0-1")
113
- V10 = PostgresVersion("10.11.0-1")
114
- 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")
115
)
0 commit comments