Skip to content

Commit 5ba5e3e

Browse files
authored
Bump version to 1.1.0 (#39)
Change driver version to 1.1.0. Signed-off-by: 662962756 <bvered@il.ibm.com>
1 parent 9ee0f9b commit 5ba5e3e

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
@@ -20,7 +20,7 @@ LABEL vendor="IBM" \
2020
org.label-schema.vendor="IBM" \
2121
org.label-schema.name="ibm storage odf driver" \
2222
org.label-schema.vcs-url="https://github.com/IBM/ibm-storage-odf-block-driver" \
23-
org.label-schema.schema-version="1.0.1"
23+
org.label-schema.schema-version="1.1.0"
2424

2525
WORKDIR /
2626

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LINT_VERSION="1.40.0"
33

44
IMAGE_REPO="docker.io"
55
NAME_SPACE="ibmcom"
6-
DRIVER_IMAGE_VERSION=1.0.1
6+
DRIVER_IMAGE_VERSION=1.1.0
77

88
DRIVER_NAME=ibm-storage-odf-block-driver
99

0 commit comments

Comments
 (0)