Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Jan 6, 2016
1 parent 36af0d5 commit ce68fc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packaging/spec.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ce68fc9

Please sign in to comment.