blob: 4c5293241d2f14968e30b352d9acf7fa73aacbd3 [file] [log] [blame]
Jan Tattermusch7897ae92017-06-07 22:57:36 +02001# Copyright 2015 gRPC authors.
murgatroid993b293252016-04-29 11:36:57 -07002#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02003# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
murgatroid993b293252016-04-29 11:36:57 -07006#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02007# http://www.apache.org/licenses/LICENSE-2.0
murgatroid993b293252016-04-29 11:36:57 -07008#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02009# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
murgatroid993b293252016-04-29 11:36:57 -070014
15module GRPC
16 module Tools
David Garcia Quintasaebcdbd2017-05-30 14:14:27 -070017 VERSION = '1.5.0.dev'
murgatroid993b293252016-04-29 11:36:57 -070018 end
19end