Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obazoud committed Feb 9, 2017
1 parent 90f9bd8 commit 6418944
Showing 1 changed file with 2 additions and 2 deletions.
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 = 1
PATCH = 1
MINOR = 2
PATCH = 0

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

0 comments on commit 6418944

Please sign in to comment.