From 9d393055868b699a311d869611254c00a6d53006 Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Sun, 12 Aug 2018 13:28:17 -0700 Subject: [PATCH] Release v5.1.0 This release adds more customizability of the DNF conf through the mixer command line, adds a --clean option and does not wipe the outputdir by default when re-running a 'build' command for the same build number, switches to zstd compression for delta packs, and adds misc fixes to internal code structure. Signed-off-by: Tudor Marcu --- builder/builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/builder.go b/builder/builder.go index b628ba5de..623b2c325 100644 --- a/builder/builder.go +++ b/builder/builder.go @@ -45,7 +45,7 @@ import ( ) // Version of Mixer. Also used by the Makefile for releases. -const Version = "5.0.2" +const Version = "5.1.0" // Native controls whether mixer runs the command on the native machine or in a // container.