diff --git a/config.go b/config.go index 8f73a33..633bf8b 100644 --- a/config.go +++ b/config.go @@ -148,7 +148,7 @@ type PostgresVersion string const ( V15 = PostgresVersion("15.3.0") V14 = PostgresVersion("14.8.0") - V13 = PostgresVersion("13.11.0") + V13 = PostgresVersion("13.14.0") V12 = PostgresVersion("12.15.0") V11 = PostgresVersion("11.20.0") V10 = PostgresVersion("10.23.0")