Skip to content

Commit

Permalink
v0.6.1 version bump to prep for release
Browse files Browse the repository at this point in the history
This bumps the version to `v0.6.1` to prepare for release. `v0.6.1` will be a
rebuild of `v0.6.0` with a newer Go runtime version (`v1.7.5`).

Signed-off-by: Tim Heckman <[email protected]>
  • Loading branch information
theckman committed Feb 1, 2017
1 parent b1b6ab5 commit 0d5b114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cronner.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

// Version is the program's version string
const Version = "0.6.0"
const Version = "0.6.1"

type cmdHandler struct {
gs *godspeed.Godspeed
Expand Down

0 comments on commit 0d5b114

Please sign in to comment.