From 5d9055ebabc43f15bf36df90418e407dc16114cd Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Thu, 23 Aug 2018 23:55:20 -0700 Subject: [PATCH] Release v5.1.3 This release fixes a race condition when ranging over a syncmap to add packages to a bundle. Signed-off-by: Tudor Marcu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8b356d..760ad44 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include Makefile.bats .NOTPARALLEL: -VERSION=5.1.2 +VERSION=5.1.3 GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools .PHONY: gopath