Skip to content

Commit 54aeecb

Browse files
authored
Merge pull request #121 from jembi/version_bump
Bump package base version to 0.4.0
2 parents 9ec4a2d + 94dfd82 commit 54aeecb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openhie/package-base:0.3.0
1+
FROM openhie/package-base:0.4.0
22

33
ADD . .
44

get-cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
option="${1:-all}"
4-
cli_version=${2:-0.3.0}
4+
cli_version=${2:-0.4.0}
55

66
case ${option} in
77
linux)

0 commit comments

Comments
 (0)