diff --git a/README.md b/README.md index 2bc24a6..2938053 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/main.go b/main.go index 22aa684..84de592 100644 --- a/main.go +++ b/main.go @@ -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