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 ae9f98f commit 06253c6Copy full SHA for 06253c6
config.go
@@ -153,11 +153,11 @@ type PostgresVersion string
153
154
// Predefined supported Postgres versions.
155
const (
156
- V16 = PostgresVersion("16.3.0")
157
- V15 = PostgresVersion("15.7.0")
158
- V14 = PostgresVersion("14.12.0")
159
- V13 = PostgresVersion("13.15.0")
160
- 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")
161
V11 = PostgresVersion("11.22.0")
162
V10 = PostgresVersion("10.23.0")
163
V9 = PostgresVersion("9.6.24")
0 commit comments