From c699c8c50284db97cffae98dca92ddc0b06ff74f Mon Sep 17 00:00:00 2001 From: Rodrigo Chiossi Date: Tue, 16 Jul 2019 07:05:43 -0700 Subject: [PATCH] Release v5.8.0 This release introduces the also-add feature to bundle files and removes the auto-generated index bundle. Changes: - Delete index manifest - Support also-add bundles in manifests Signed-off-by: Rodrigo Chiossi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 687b14f..08b6727 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include Makefile.bats .NOTPARALLEL: -VERSION=5.7.2 +VERSION=5.8.0 GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools .PHONY: gopath