Skip to content

Commit

Permalink
Merge pull request #17 from remind101/bump-version
Browse files Browse the repository at this point in the history
Bump version.
  • Loading branch information
benguillet committed May 18, 2015
2 parents eb3aae3 + 67e3099 commit 4d783bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ cmd:
godep go build -o build/deploy ./cmd/deploy

release:
goxc -bc="linux,darwin" -d build -pv="0.0.2"
goxc -bc="linux,darwin" -d build -pv="0.0.3"
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package deploy

const Version = "0.0.2"
const Version = "0.0.3"

0 comments on commit 4d783bb

Please sign in to comment.