Skip to content

Commit ed8b082

Browse files
committed
Bump version to 1.18.0 for new release
1 parent 44b974a commit ed8b082

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.17.0",
2+
"version": "1.18.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openhim-console",
33
"description": "This application provides a web application to configure and manage the OpenHIM-core component.",
4-
"version": "1.17.0",
4+
"version": "1.18.0",
55
"dependencies": {
66
"@types/http-server": "^0.10.1",
77
"http-server": "^0.12.3",

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.17.0'"
6+
echo "You need so specify the release version you wish to build: e.g './build-docker-centos-rpm.sh 1.18.0'"
77
echo "https://github.com/jembi/openhim-console/releases"
88
exit
99
fi

0 commit comments

Comments
 (0)