Skip to content

Commit

Permalink
v0.6.0 version bump; add names of contributors to README
Browse files Browse the repository at this point in the history
This bumps the version to `v0.6.0` to prep for release. This version includes
being able to override the Statsd host that `cronner` emits metrics to.

I also add the names of `cronner` contributors to the `README.md` file.

Signed-off-by: Tim Heckman <t@heckman.io>
  • Loading branch information
theckman committed Jan 29, 2017
1 parent 5d61ae3 commit 961be00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ with `cronner`.
## Contributors
* Tim Heckman
* Thomas Dziedzic
* Alex Eftimie
* Anthony O'Brien
* Alex Hill
* Andre Cloutier

## Development
* set up your workspace as per the instructions for standard Go development
Expand Down
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.5.0"
const Version = "0.6.0"

type cmdHandler struct {
gs *godspeed.Godspeed
Expand Down

0 comments on commit 961be00

Please sign in to comment.