From 1c8d04c7d95fc0271ed615143a9c91b021a89894 Mon Sep 17 00:00:00 2001 From: siddharthist Date: Wed, 30 Dec 2015 13:55:37 -0600 Subject: [PATCH] Bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 4ae70c1..0e237b2 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( var useCache bool // should remote checks be run from the cache when possible? -const Version = "v0.2.1-dev" +const Version = "v0.2.4-dev" const Name = "distributive" // getChecklists returns a list of checklists based on the supplied sources