From acd85f62c3bb1d23eec4b28a533a3b321469d128 Mon Sep 17 00:00:00 2001 From: Jonathan Baker Date: Sat, 21 Sep 2024 12:32:41 -0400 Subject: [PATCH] Release Version: 0.1.0 --- Gemfile.lock | 2 +- lib/proto_plugin/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c630c65..7e863f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - proto_plugin (0.1.0.pre.alpha.2) + proto_plugin (0.1.0) google-protobuf (~> 4.28) GEM diff --git a/lib/proto_plugin/version.rb b/lib/proto_plugin/version.rb index 4a496b5..dda498a 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.2" + VERSION = "0.1.0" end