Skip to content

Commit 1825a12

Browse files
Upgrade all default Postgres versions. (#22)
1 parent c297b07 commit 1825a12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ type PostgresVersion string
107107

108108
// Predefined supported Postgres versions.
109109
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")
110+
V13 = PostgresVersion("13.2.0")
111+
V12 = PostgresVersion("12.6.0")
112+
V11 = PostgresVersion("11.11.0")
113+
V10 = PostgresVersion("10.16.0")
114+
V9 = PostgresVersion("9.6.21")
115115
)

0 commit comments

Comments
 (0)