Skip to content

Commit

Permalink
1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Feb 22, 2018
1 parent 34aa0b0 commit d7594d2
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 @@ -9,7 +9,7 @@ import (
"github.com/Shyp/bump_version/lib"
)

const VERSION = "1.2"
const VERSION = "1.3"

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

0 comments on commit d7594d2

Please sign in to comment.