1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

fix: Heroku Postgres add-on version change (#631)

This commit is contained in:
Tresmos 2020-09-18 11:10:35 +03:00 committed by GitHub
parent 4c2c4ef3e6
commit ed71ad423b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
{
"plan": "heroku-postgresql",
"options": {
"version": "9.5"
"version": "10"
}
}
]