Skip to content

Commit

Permalink
update release version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
starkandwayne-bot committed Aug 14, 2015
1 parent bbc59fd commit e57b62e
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 @@ -11,7 +11,7 @@ import (
"strings"
)

var VERSION string = "0.3.0" // SED MARKER FOR AUTO VERSION BUMPING
var VERSION string = "0.4.0" // SED MARKER FOR AUTO VERSION BUMPING

var printfStdOut = func(format string, args ...interface{}) {
fmt.Fprintf(os.Stdout, format, args...)
Expand Down

0 comments on commit e57b62e

Please sign in to comment.