From e623cf8198845c2e3627989c8fc6f3da2f5ac20c Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Mon, 23 Nov 2015 23:09:59 -0800 Subject: [PATCH] Coming in for landing on v0.3 --- app.json | 2 +- docs/install/server.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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