Skip to content

Commit aad82d9

Browse files
authored
Heroku app.json: Use Postgres 16 (#443)
Since Postgres 13 is deprecated.
1 parent a674425 commit aad82d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
{
3939
"plan": "heroku-postgresql",
4040
"options": {
41-
"version": "13"
41+
"version": "16"
4242
}
4343
}
4444
]

0 commit comments

Comments
 (0)