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

Commit 7fe2267

Browse files
christiaanwesterbeekbegriffs
authored andcommitted
Default to 0.4.4.0 instead of 0.4.0.0 (#18)
1 parent 254a193 commit 7fe2267

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and run these commands.
2020
heroku apps:create --buildpack https://github.com/begriffs/postgrest-heroku.git
2121

2222
# now fill in the values specific to your database
23-
heroku config:set POSTGREST_VER=0.4.0.0
23+
heroku config:set POSTGREST_VER=0.4.4.0
2424
heroku config:set DB_URI=postgres://postgrest_test:postgrest111@postgrest-test.crbxuv1p3j1c.us-west-1.rds.amazonaws.com/postgrest_test
2525
heroku config:set DB_SCHEMA=public
2626
heroku config:set DB_ANON_ROLE=postgrest_test

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CACHE_DIR="$2"
1010
ENV_DIR="$3"
1111
BP_DIR=`cd $(dirname $0); cd ..; pwd`
1212

13-
POSTGREST_VER=${POSTGREST_VER:-0.4.0.0}
13+
POSTGREST_VER=${POSTGREST_VER:-0.4.4.0}
1414
CLEAR_CACHE=${CLEAR_CACHE:-0}
1515

1616
ver20() {

0 commit comments

Comments
 (0)