From 5225ad0da833d3486f916e68ca19df30bb2fd263 Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Thu, 16 Aug 2018 23:33:13 -0700 Subject: [PATCH] Release v5.1.1 This release fixes a data race which cause concurrent map read/writes when resolving packages and bundles. Versioning is also moved into the Makefile so it does not have to be updated in the source code anymore, and added at compile time. Signed-off-by: Tudor Marcu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5558885..da29e0c 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include Makefile.bats .NOTPARALLEL: -VERSION=5.1.0 +VERSION=5.1.1 GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools .PHONY: gopath