lib/fluent/plugin/version.rb in fluent-plugin-formatter-protobuf-0.0.3 vs lib/fluent/plugin/version.rb in fluent-plugin-formatter-protobuf-0.0.4

- old
+ new

@@ -1,9 +1,7 @@ # frozen_string_literal: true module Fluent module Plugin - module ProtobufFormatter - VERSION = '0.0.3' - end + VERSION = '0.0.4' end end