diff --git a/main.go b/main.go index 0e237b2..22aa684 100644 --- a/main.go +++ b/main.go @@ -6,15 +6,16 @@ package main import ( + "os" + "github.com/CiscoCloud/distributive/checklists" log "github.com/Sirupsen/logrus" "github.com/mitchellh/panicwrap" - "os" ) var useCache bool // should remote checks be run from the cache when possible? -const Version = "v0.2.4-dev" +const Version = "v0.2.4" const Name = "distributive" // getChecklists returns a list of checklists based on the supplied sources diff --git a/packaging/spec.yml b/packaging/spec.yml index 42e9856..c635c67 100644 --- a/packaging/spec.yml +++ b/packaging/spec.yml @@ -1,6 +1,6 @@ --- name: distributive -version: 0.2.3 +version: 0.2.4 iteration: 1 license: ASL 2.0 description: Distributive is a tool for running distributed health checks in datacenters.