From d994ca19a505cf3c1af57661299c2def982fecd7 Mon Sep 17 00:00:00 2001 From: siddharthist Date: Sun, 6 Mar 2016 21:54:06 -0800 Subject: [PATCH] Bump version to v0.2.5 --- README.md | 3 --- main.go | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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