Skip to content

Commit

Permalink
Release v5.0.1
Browse files Browse the repository at this point in the history
This release fixes issues with setting up the new mixer.state file. The
file now correctly transfers over the FORMAT version from the builder.conf,
falling back to the system /usr/share/defaults/swupd/format, and only then
defaulting to "1".
Deletes now persist in manifests over minversions. The only time they should
be removed is when performing a format bump.

Signed-off-by: Tudor Marcu <[email protected]>
  • Loading branch information
tmarcu committed Jul 26, 2018
1 parent a3b7531 commit 68274c4
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.0"
const Version = "5.0.1"

// Native controls whether mixer runs the command on the native machine or in a
// container.
Expand Down

0 comments on commit 68274c4

Please sign in to comment.