Skip to content

Commit

Permalink
Release v5.1.0
Browse files Browse the repository at this point in the history
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 <tudor.marcu@intel.com>
  • Loading branch information
tmarcu committed Aug 12, 2018
1 parent bed2e36 commit 9d39305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9d39305

Please sign in to comment.