From 1d2e83aff141de8eba43a91cb294526a34b4f052 Mon Sep 17 00:00:00 2001 From: HotPotatoC Date: Fri, 16 Apr 2021 19:13:35 +0700 Subject: [PATCH] feat: bump version v0.20.4 -> v0.20.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 452ef23..c344f2c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ BINARY_DIR := .bin/ APP_NAME=kvstore -VERSION?=v0.20.4 +VERSION?=v0.20.5 BUILD=$(shell git rev-parse HEAD) VERSION_PACKAGE=github.com/HotPotatoC/kvstore/version