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)