Release v4.6.5

This release sets a timeout for delta creation time to 1 minute, in an effort
to skip deltas which typically end up being too large to use for packs anyway.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
This commit is contained in:
Tudor Marcu
2018-06-13 00:00:13 +00:00
parent 03711f29a1
commit 14a25d3380
+1 -1
View File
@@ -45,7 +45,7 @@ import (
)
// Version of Mixer. Also used by the Makefile for releases.
const Version = "4.6.4"
const Version = "4.6.5"
// Native controls whether mixer runs the command on the native machine or in a
// container.