From ed8178c284d83e0b8bfb7ecadf02d8b548d3f2fb Mon Sep 17 00:00:00 2001 From: Rodrigo Chiossi Date: Mon, 16 Sep 2019 04:59:46 -0700 Subject: [PATCH] Release v5.9.1 This release includes a fix to delta pack generation and adds signing support to the `latest` and `latest_version` files. Changes: - Return error instead of panic while generating delta - Signing the latest file in version/formatXX dir Signed-off-by: Rodrigo Chiossi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d92e03171..c6d83dff6 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include Makefile.bats .NOTPARALLEL: -VERSION=5.9.0 +VERSION=5.9.1 GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools .PHONY: gopath