From 5228ca564979a06f47b396245b5758da8c8341ca Mon Sep 17 00:00:00 2001 From: Rodrigo Chiossi Date: Wed, 15 May 2019 13:18:29 -0700 Subject: [PATCH] Release v5.7.1 This release contains a bug fix to wrong mixer.state initialization when server_state_dir is outside the mix directory tree. Signed-off-by: Rodrigo Chiossi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd2408de3..ff76a09ad 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include Makefile.bats .NOTPARALLEL: -VERSION=5.7.0 +VERSION=5.7.1 GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools .PHONY: gopath