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