diff --git a/Makefile b/Makefile index 1a247d8..607b4b3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ BINARY_DIR := .bin/ APP_NAME=kvstore -VERSION?=v0.19.0 +VERSION?=v0.19.1 BUILD=$(shell git rev-parse HEAD) GO=go