We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0cbc86 commit e21fc14Copy full SHA for e21fc14
lib/sensu-plugins-kafka/version.rb
@@ -5,7 +5,7 @@ module SensuPluginsKafka
5
# This defines the version of the gem
6
module Version
7
MAJOR = 0
8
- MINOR = 7
+ MINOR = 8
9
PATCH = 0
10
11
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
0 commit comments