Skip to content

Commit

Permalink
Release v4.6.7
Browse files Browse the repository at this point in the history
This release updates mixer to build slim packs across minversions, reducing the
pack download size for clients and saving space on our infrastructure. Mixer
also properly avoids making a network connection except for commands that
absolutely need it.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
  • Loading branch information
tmarcu committed Jul 6, 2018
1 parent c0e7a72 commit e4d4d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import (
)

// Version of Mixer. Also used by the Makefile for releases.
const Version = "4.6.6"
const Version = "4.6.7"

// Native controls whether mixer runs the command on the native machine or in a
// container.
Expand Down

0 comments on commit e4d4d3b

Please sign in to comment.