aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/tools
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-07-12 09:31:41 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-07-12 09:31:41 +0200
commit49bfb92dc154a073a86d04e7a1366ce174a817a8 (patch)
treee21e1f2f82216c6f8926ee6ca33ebeb4056c7b06 /src/ruby/tools
parent76c929606e98033164c316aa76a9b9bbb3d8f9df (diff)
Master is now 1.1.0-dev.
Diffstat (limited to 'src/ruby/tools')
-rw-r--r--src/ruby/tools/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/tools/version.rb b/src/ruby/tools/version.rb
index 2e318b82ad..e457ec09dd 100644
--- a/src/ruby/tools/version.rb
+++ b/src/ruby/tools/version.rb
@@ -29,6 +29,6 @@
module GRPC
module Tools
- VERSION = '1.0.0.pre1'
+ VERSION = '1.1.0.dev'
end
end