Skip to content

Commit 06253c6

Browse files
fergusstrangeferguss
and
ferguss
authored
Update versions (#142)
Co-authored-by: ferguss <[email protected]>
1 parent ae9f98f commit 06253c6

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
@@ -153,11 +153,11 @@ type PostgresVersion string
153153

154154
// Predefined supported Postgres versions.
155155
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")
156+
V16 = PostgresVersion("16.4.0")
157+
V15 = PostgresVersion("15.8.0")
158+
V14 = PostgresVersion("14.13.0")
159+
V13 = PostgresVersion("13.16.0")
160+
V12 = PostgresVersion("12.20.0")
161161
V11 = PostgresVersion("11.22.0")
162162
V10 = PostgresVersion("10.23.0")
163163
V9 = PostgresVersion("9.6.24")

0 commit comments

Comments
 (0)