Skip to content

Commit

Permalink
Merge pull request #121 from jembi/version_bump
Browse files Browse the repository at this point in the history
Bump package base version to 0.4.0
  • Loading branch information
nour-borgi committed Aug 1, 2022
2 parents 9ec4a2d + 94dfd82 commit 54aeecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openhie/package-base:0.3.0
FROM openhie/package-base:0.4.0

ADD . .

Expand Down
2 changes: 1 addition & 1 deletion get-cli.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

option="${1:-all}"
cli_version=${2:-0.3.0}
cli_version=${2:-0.4.0}

case ${option} in
linux)
Expand Down

0 comments on commit 54aeecb

Please sign in to comment.