From 9e21fc8d40e799e7c75e3c9323913858deecce20 Mon Sep 17 00:00:00 2001 From: Chris Aubuchon Date: Wed, 3 Feb 2016 08:24:47 -0600 Subject: [PATCH] Update version to 0.1.1 --- Makefile | 1 - main.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c379d35..d1d3b7e 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,6 @@ xcompile: deps test @mkdir -p build gox \ -os="darwin" \ - -os="dragonfly" \ -os="freebsd" \ -os="linux" \ -os="netbsd" \ diff --git a/main.go b/main.go index 65ee42b..b4efa59 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( ) const Name = "consul-cli" -const Version = "0.1.0" +const Version = "0.1.1" func main() { log.SetOutput(ioutil.Discard)