Skip to content

Commit

Permalink
release v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Griesbacher committed Nov 2, 2016
1 parent 5806029 commit 9f9495a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.2.6 - 26.10.2016
### Feature
- Version is shown within the help message
- check_multi prefixes will be expanded if not done by the core

## v0.2.5 - 22.09.2016
### Fix
- Deadlock when InfluxDB is not running, again !?
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const updateRate = 1
const resultQueueLength = 1000.0

//nagfluxVersion contains the current Github-Release
const nagfluxVersion string = "v0.2.5"
const nagfluxVersion string = "v0.2.6"

var log *factorlog.FactorLog
var quit = make(chan bool)
Expand Down

0 comments on commit 9f9495a

Please sign in to comment.