Skip to content

Commit

Permalink
Update version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lpabon committed Dec 3, 2018
1 parent d8da31d commit 8cb0e4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion cmd/csi-sanity/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
ifeq (master,$(BRANCH))
VERSION = $(VER)
else
VERSION = $(VER)-$(BRANCH)
VERSION = $(VER)
endif
endif

Expand Down

0 comments on commit 8cb0e4a

Please sign in to comment.