From 45fc288cfb244fb84c3619c445a9031f892d4d4f Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Thu, 21 Dec 2017 12:53:29 -0800 Subject: [PATCH] Release v3.2.1 This release fixes a bug where UPSTREAM_URL was not substituted in the yum config, updates the Makefile providing better options, introduces a travis config for the repo, creates a separate ister statedir for build-image to not conflict with the system's main statedir, and updates the package structure to follow regular Go conventions. Signed-off-by: Tudor Marcu --- mixer/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixer/main.go b/mixer/main.go index 1679bdc..02649dd 100644 --- a/mixer/main.go +++ b/mixer/main.go @@ -13,7 +13,7 @@ import ( "github.com/clearlinux/mixer-tools/helpers" ) -const Version = "3.2.0" +const Version = "3.2.1" type Command struct { Name string