From 23f093d768c79bdea09c5bba8326f8570022fd00 Mon Sep 17 00:00:00 2001 From: Arthur Nogueira Neves Date: Mon, 12 Jun 2023 21:27:07 -0400 Subject: [PATCH] v1.11.0 go release --- protoc-gen-twirp_ruby/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protoc-gen-twirp_ruby/version.go b/protoc-gen-twirp_ruby/version.go index dfde2d9..39d7b1d 100644 --- a/protoc-gen-twirp_ruby/version.go +++ b/protoc-gen-twirp_ruby/version.go @@ -15,4 +15,4 @@ package main // Version is the same version in the ruby gem: lib/twirp/version.rb // It helps identify what version of the code generator was used. -const Version = "1.10.0" +const Version = "1.11.0"