Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Burke committed May 30, 2016
1 parent d457b2a commit 262884d
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.0
const VERSION = "1.1"

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

0 comments on commit 262884d

Please sign in to comment.