Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
benguillet committed May 15, 2015
1 parent eb3aae3 commit 67e3099
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 67e3099

Please sign in to comment.