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