Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jones committed Aug 27, 2015
1 parent 8f42c6e commit 94b2197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## Unreleased

## [0.0.6] - 2015-08-24
### Fixed
- require 'socket' in metrics-processes-threads-count

Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-process-checks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsProcessChecks
module Version
MAJOR = 0
MINOR = 0
PATCH = 5
PATCH = 6

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit 94b2197

Please sign in to comment.