lib/fluent/plugin/version.rb in fluent-plugin-formatter-protobuf-0.0.2 vs lib/fluent/plugin/version.rb in fluent-plugin-formatter-protobuf-0.0.3
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
module Fluent
module Plugin
module ProtobufFormatter
- VERSION = '0.0.2'
+ VERSION = '0.0.3'
end
end
end