From 8cb0e4a9103d3e36086dd8d39977e7486be277fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Pab=C3=B3n?= Date: Mon, 3 Dec 2018 11:41:17 -0500 Subject: [PATCH] Update version to 1.0.2 --- Makefile | 2 +- cmd/csi-sanity/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 431a985c..6c20a5e1 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # limitations under the License. IMAGE_NAME = quay.io/k8scsi/mock-driver -IMAGE_VERSION = v1.0.0-1 +IMAGE_VERSION = v1.0.2 APP := ./bin/mock diff --git a/cmd/csi-sanity/Makefile b/cmd/csi-sanity/Makefile index 520c2153..594395a1 100644 --- a/cmd/csi-sanity/Makefile +++ b/cmd/csi-sanity/Makefile @@ -13,7 +13,7 @@ else ifeq (master,$(BRANCH)) VERSION = $(VER) else - VERSION = $(VER)-$(BRANCH) + VERSION = $(VER) endif endif