Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jones committed Aug 5, 2015
1 parent a8cf510 commit c1e218e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
## Unreleased
-nothing

## [0.0.6] - 2015-08-04
### Changed
- add gem description

## [0.0.5] - 2015-07-15
- bump version due to wrong file name, no code changes
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-nginx/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsNginx
module Version
MAJOR = 0
MINOR = 0
PATCH = 5
PATCH = 6

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

0 comments on commit c1e218e

Please sign in to comment.