Skip to content

Commit

Permalink
version v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Griesbacher committed Nov 16, 2016
1 parent 46fc112 commit af69a68
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.7 - 16.11.2016
### Fix
- Livestatus index out of bound error
- Less Livestatus log entries on an error(downtime)

## v0.2.6 - 26.10.2016
### Feature
- Version is shown within the help message
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.6"
const nagfluxVersion string = "v0.2.7"

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

0 comments on commit af69a68

Please sign in to comment.