We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb246c commit 8731c36Copy full SHA for 8731c36
lib/sensu-plugins-kafka/version.rb
@@ -6,7 +6,7 @@ module SensuPluginsKafka
6
module Version
7
MAJOR = 0
8
MINOR = 12
9
- PATCH = 1
+ PATCH = 2
10
11
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
12
end
0 commit comments