From 04c713623a15050f2adeb0aecdfd51f1834e0139 Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Tue, 21 Aug 2018 02:06:38 -0700 Subject: [PATCH] Release v5.1.2 This release fixes mixer to force the runc runtime on docker runs, which supports host networking. Signed-off-by: Tudor Marcu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da29e0c..f8b356d 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include Makefile.bats .NOTPARALLEL: -VERSION=5.1.1 +VERSION=5.1.2 GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools .PHONY: gopath