Skip to content

Commit

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

const VERSION = "1.1"
const VERSION = "1.2"

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

0 comments on commit bef6a4b

Please sign in to comment.