Skip to content

Commit

Permalink
Bump version to v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Mar 7, 2016
1 parent 6619b6d commit d994ca1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ location is specified.
```
$ distributive --help
[...]
VERSION:
v0.2.4
GLOBAL OPTIONS:
--verbosity info | debug | fatal | error | panic | warn
--file, -f Read a checklist from a file
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

var useCache bool // should remote checks be run from the cache when possible?

const Version = "v0.2.4"
const Version = "v0.2.5"
const Name = "distributive"

// getChecklists returns a list of checklists based on the supplied sources
Expand Down

0 comments on commit d994ca1

Please sign in to comment.