Skip to content

Commit

Permalink
Bump version to 1.4.6
Browse files Browse the repository at this point in the history
To keep up to date with latest release
  • Loading branch information
michaelloosen committed Aug 1, 2022
1 parent 9ec4a2d commit 94dfd82
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 94dfd82

Please sign in to comment.