Skip to content

Commit 809090b

Browse files
committed
Update relevant version files
1 parent 0114692 commit 809090b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/config/default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.16.1",
2+
"version": "1.17.0",
33
"minimumCoreVersion": "5.0.0",
44
"protocol": "https",
55
"host": "localhost",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packaging/build-docker-centos-rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RELEASE_VERSION=$1
44
if [ -z ${RELEASE_VERSION} ]
55
then
6-
echo "You need so specify the release version you wish to build: e.g './build-docker-centos-rpm.sh 1.16.1'"
6+
echo "You need so specify the release version you wish to build: e.g './build-docker-centos-rpm.sh 1.17.0'"
77
echo "https://github.com/jembi/openhim-console/releases"
88
exit
99
fi

0 commit comments

Comments
 (0)