diff --git a/Gemfile.lock b/Gemfile.lock index e52582b..c630c65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - proto_plugin (0.1.0.pre.alpha.1) + proto_plugin (0.1.0.pre.alpha.2) google-protobuf (~> 4.28) GEM diff --git a/lib/proto_plugin/version.rb b/lib/proto_plugin/version.rb index ed1f769..4a496b5 100644 --- a/lib/proto_plugin/version.rb +++ b/lib/proto_plugin/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ProtoPlugin - VERSION = "0.1.0.pre.alpha.1" + VERSION = "0.1.0.pre.alpha.2" end