From 14a25d33809beee5eff4345b6ce012ec2bdc1505 Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Wed, 13 Jun 2018 00:00:13 +0000 Subject: [PATCH] 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 --- builder/builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/builder.go b/builder/builder.go index 925728a..fbc78f5 100644 --- a/builder/builder.go +++ b/builder/builder.go @@ -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.