From 4825fcdda75e4e5d7a2439714a7fc6f76572adfe Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Thu, 12 Dec 2019 15:12:45 +0900 Subject: [PATCH] Bump up version to v0.5.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c33226..c217a95 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ else TEST_OPTS := -cover -race -coverprofile=coverage.txt -covermode=atomic endif -VERSION := 0.4.1 +VERSION := 0.5.0 # Version info for binaries GIT_REVISION := $(shell git rev-parse --short HEAD)