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 ab6f1af commit 62494bcCopy full SHA for 62494bc
config.go
@@ -116,9 +116,9 @@ type PostgresVersion string
116
// Predefined supported Postgres versions.
117
const (
118
V14 = PostgresVersion("14.1.0")
119
- V13 = PostgresVersion("13.4.0")
120
- V12 = PostgresVersion("12.8.0")
121
- V11 = PostgresVersion("11.13.0")
122
- V10 = PostgresVersion("10.18.0")
123
- 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")
124
)
0 commit comments