Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Default to 0.4.4.0 instead of 0.4.0.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanwesterbeek authored and begriffs committed Apr 12, 2018
1 parent 254a193 commit 7fe2267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 7fe2267

Please sign in to comment.