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