diff --git a/app.json b/app.json index b463d8e47..c3b5003de 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ }, "POSTGREST_VER": { "description": "Version of PostgREST to deploy", - "value": "0.2.12.1" + "value": "0.3.0.0" }, "DB_NAME": { "description": "Database name", diff --git a/docs/install/server.md b/docs/install/server.md index 7cf1b2d35..e8b923e83 100644 --- a/docs/install/server.md +++ b/docs/install/server.md @@ -7,7 +7,7 @@ The [release page](https://github.com/begriffs/postgrest/releases/latest) has pr ```sh # Untar the release (available at https://github.com/begriffs/postgrest/releases/latest) -$ tar zxf postgrest-0.2.12.1-osx.tar.xz +$ tar zxf postgrest-[version]-[platform].tar.xz # Try running it $ ./postgrest