From 7fe22679292e764a94c1b8988fcbf1191fc26465 Mon Sep 17 00:00:00 2001 From: Christiaan Westerbeek Date: Thu, 12 Apr 2018 22:05:04 +0200 Subject: [PATCH] Default to 0.4.4.0 instead of 0.4.0.0 (#18) --- README.md | 2 +- bin/compile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ef3ba9..bb8cfb3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ and run these commands. heroku apps:create --buildpack https://github.com/begriffs/postgrest-heroku.git # now fill in the values specific to your database -heroku config:set POSTGREST_VER=0.4.0.0 +heroku config:set POSTGREST_VER=0.4.4.0 heroku config:set DB_URI=postgres://postgrest_test:postgrest111@postgrest-test.crbxuv1p3j1c.us-west-1.rds.amazonaws.com/postgrest_test heroku config:set DB_SCHEMA=public heroku config:set DB_ANON_ROLE=postgrest_test diff --git a/bin/compile b/bin/compile index dbf7085..b2b3e87 100755 --- a/bin/compile +++ b/bin/compile @@ -10,7 +10,7 @@ CACHE_DIR="$2" ENV_DIR="$3" BP_DIR=`cd $(dirname $0); cd ..; pwd` -POSTGREST_VER=${POSTGREST_VER:-0.4.0.0} +POSTGREST_VER=${POSTGREST_VER:-0.4.4.0} CLEAR_CACHE=${CLEAR_CACHE:-0} ver20() {