diff --git a/Makefile b/Makefile index 74d381b..dedaeab 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ BINARY_DIR := .bin/ APP_NAME=kvstore -VERSION?=v0.16.1 +VERSION?=v0.17.0 BUILD=$(shell git rev-parse HEAD) GO=go