Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obazoud committed Feb 10, 2017
1 parent e616a83 commit 6b148c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
### Fixed
### Changed

## [Unreleased]
## [0.7.0]

### Added
- Add option to check topic's replicas
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-kafka/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module SensuPluginsKafka
# This defines the version of the gem
module Version
MAJOR = 0
MINOR = 6
PATCH = 1
MINOR = 7
PATCH = 0

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

0 comments on commit 6b148c2

Please sign in to comment.