From 298c616162426c035baa9895b1cc025d44cbbcda Mon Sep 17 00:00:00 2001 From: HotPotatoC Date: Thu, 15 Apr 2021 00:59:22 +0700 Subject: [PATCH] feat: bump version v0.19.2 -> v0.19.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ecfcd8..bbe8ede 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ BINARY_DIR := .bin/ APP_NAME=kvstore -VERSION?=v0.19.2 +VERSION?=v0.19.3 BUILD=$(shell git rev-parse HEAD) GO=go