From 27243c223b8eac5ff0ef2622151b7a260a8078ba Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Tue, 23 Jun 2015 16:37:10 -0700 Subject: [PATCH] Bump version of grpc ruby for release on the release branch - grpc ruby 0.9.3 should have released from the release branch but was not - it needs to be re-released from that branch --- src/ruby/lib/grpc/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ruby/lib/grpc/version.rb b/src/ruby/lib/grpc/version.rb index 53265c792c4..028fea5a4cd 100644 --- a/src/ruby/lib/grpc/version.rb +++ b/src/ruby/lib/grpc/version.rb @@ -29,5 +29,5 @@ # GRPC contains the General RPC module. module GRPC - VERSION = '0.9.3' + VERSION = '0.9.4' end