Skip to content

Commit

Permalink
update release version to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
starkandwayne-bot committed Sep 18, 2015
1 parent f185671 commit da8c35d
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 @@ -12,7 +12,7 @@ import (
)

// Current version of spruce
var VERSION = "0.8.0" // SED MARKER FOR AUTO VERSION BUMPING
var VERSION = "0.9.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 da8c35d

Please sign in to comment.