Skip to content

Commit

Permalink
0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Burke committed Feb 10, 2016
1 parent b661c6e commit 07be255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bump_version/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/Shyp/bump_version"
)

const VERSION = "0.2"
const VERSION = "0.3"

func usage() {
fmt.Fprintf(os.Stderr, "Usage: bump_version <major|minor|patch> <filename>\n")
Expand Down

0 comments on commit 07be255

Please sign in to comment.