Skip to content

Commit 62494bc

Browse files
Upgrade Postgres versions (#63)
1 parent ab6f1af commit 62494bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ type PostgresVersion string
116116
// Predefined supported Postgres versions.
117117
const (
118118
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")
119+
V13 = PostgresVersion("13.5.0")
120+
V12 = PostgresVersion("12.9.0")
121+
V11 = PostgresVersion("11.14.0")
122+
V10 = PostgresVersion("10.19.0")
123+
V9 = PostgresVersion("9.6.24")
124124
)

0 commit comments

Comments
 (0)