From 427770de87672e50d6c2604950fd3d31f2da10d5 Mon Sep 17 00:00:00 2001 From: Rodrigo Chiossi Date: Tue, 23 Jul 2019 06:00:00 -0700 Subject: [PATCH] Release v5.8.1 This release reverts the PR which removed the index bundle. This PR is triggering a build error that is noticed on multi-core machines. Signed-off-by: Rodrigo Chiossi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08b6727..7978dab 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include Makefile.bats .NOTPARALLEL: -VERSION=5.8.0 +VERSION=5.8.1 GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools .PHONY: gopath