aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <atash@google.com>2016-02-11 20:33:07 -0800
committerGravatar Masood Malekghassemi <atash@google.com>2016-02-11 20:33:07 -0800
commitb14ea1de58b6ecc7105c59d84b6efd59bd2b89e0 (patch)
tree4816f2e67038ab98cc8a0ee06b73da56a409ea5d
parentcd4358460d156b627f1fc47fe055ae80394eb9ce (diff)
Revert Ruby version specialization
-rw-r--r--build.yaml1
-rw-r--r--src/ruby/lib/grpc/version.rb2
2 files changed, 1 insertions, 2 deletions
diff --git a/build.yaml b/build.yaml
index e99c70619b..707743557c 100644
--- a/build.yaml
+++ b/build.yaml
@@ -8,7 +8,6 @@ settings:
'#4': Per-language overrides are possible with (eg) ruby_version tag here
'#5': See the expand_version.py for all the quirks here
python_version: 0.13.0-pre2
- ruby_version: 0.13.0-pre1.1
version: 0.13.0-pre1
filegroups:
- name: census
diff --git a/src/ruby/lib/grpc/version.rb b/src/ruby/lib/grpc/version.rb
index 992991d8e1..d7aa18be3e 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.13.0.pre1.1'
+ VERSION = '0.13.0.pre1'
end