Release v5.1.1

This release fixes a data race which cause concurrent map read/writes
when resolving packages and bundles. Versioning is also moved into the
Makefile so it does not have to be updated in the source code anymore,
and added at compile time.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
This commit is contained in:
Tudor Marcu
2018-08-16 23:33:13 -07:00
parent 3f03e34bb4
commit 5225ad0da8
+1 -1
View File
@@ -9,7 +9,7 @@ include Makefile.bats
.NOTPARALLEL:
VERSION=5.1.0
VERSION=5.1.1
GO_PACKAGE_PREFIX := github.com/clearlinux/mixer-tools
.PHONY: gopath