aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/lib/grpc/version.rb
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-06-23 16:37:10 -0700
committerGravatar Tim Emiola <temiola@google.com>2015-06-23 16:37:10 -0700
commit27243c223b8eac5ff0ef2622151b7a260a8078ba (patch)
tree8bb17cac477ac0e4a5fe894768dcde1fbf2034ff /src/ruby/lib/grpc/version.rb
parent6b4fc31f08b9a61a90262379072cffea0bc39795 (diff)
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
Diffstat (limited to 'src/ruby/lib/grpc/version.rb')
-rw-r--r--src/ruby/lib/grpc/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/lib/grpc/version.rb b/src/ruby/lib/grpc/version.rb
index 53265c792c..028fea5a4c 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