From d4fb2d64f23f0c19c679dd9c2eaafc1ef587d07b Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Tue, 3 Apr 2018 18:00:57 +0000 Subject: [PATCH] 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 --- builder/builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/builder.go b/builder/builder.go index d6c2470fb..973b6b0b0 100644 --- a/builder/builder.go +++ b/builder/builder.go @@ -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.