Skip to content

Commit ca2f8b4

Browse files
committed
chore: update release scripts for 0.0.1-beta.19
1 parent 0275b41 commit ca2f8b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ set -e
77
# DATABASE_URL=postgres://your_user_name:your_password@localhost:5432/fhirbase_build
88
# WARNING: `fhirbase_build` database will be destroed and recreated!
99

10-
PREV_FBVERSION="0.0.1-beta.17"
11-
FBVERSION="0.0.1-beta.18"
10+
PREV_FBVERSION="0.0.1-beta.18"
11+
FBVERSION="0.0.1-beta.19"
1212

1313
PGOPTIONS='--client-min-messages=warning'
1414
loadcmd="psql --no-psqlrc --quiet --echo-all --single-transaction \

src/core/version.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fhirbase_version = ()-> '0.0.1-beta.18'
1+
fhirbase_version = ()-> '0.0.1-beta.19'
22

33
exports.fhirbase_version = fhirbase_version
44

vagrant/provision/provision-environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ echo "createuser -s fhir" | sudo -u postgres sh || exit 1
66
echo "psql -d postgres -c 'create database fhir'" \
77
| sudo -u postgres sh || exit 1
88

9-
echo "curl --location https://github.com/fhirbase/fhirbase-plv8/releases/download/v0.0.1-beta.18/fhirbase-0.0.1-beta.18.sql.zip | funzip | psql -d fhir" \
9+
echo "curl --location https://github.com/fhirbase/fhirbase-plv8/releases/download/v0.0.1-beta.19/fhirbase-0.0.1-beta.19.sql.zip | funzip | psql -d fhir" \
1010
| sudo -u postgres sh || exit 1
1111

1212
echo "listen_addresses = '*'" \

0 commit comments

Comments
 (0)