Release v4.2.1

This release refactors the BAT tests and adds new tests for the bundle
command, fixes a bug where the version URL was set to the content URL,
reports packages as part of bundle list, and cleans up temp dirs.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
This commit is contained in:
Tudor Marcu
2018-04-03 18:00:57 +00:00
parent 16bb0edf7d
commit d4fb2d64f2
+1 -1
View File
@@ -41,7 +41,7 @@ import (
)
// Version of Mixer. Also used by the Makefile for releases.
const Version = "4.2.0"
const Version = "4.2.1"
// UseNewSwupdServer controls whether to use the new implementation of
// swupd-server (package swupd) when possible. This is an experimental feature.