Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Update version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisAubuchon committed Feb 3, 2016
1 parent 626195e commit 9e21fc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -26,7 +26,6 @@ xcompile: deps test
@mkdir -p build
gox \
-os="darwin" \
-os="dragonfly" \
-os="freebsd" \
-os="linux" \
-os="netbsd" \
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -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)
Expand Down

0 comments on commit 9e21fc8

Please sign in to comment.