Updated version number in BUILD

This commit is contained in:
David Garcia Quintas 2017-03-14 11:05:24 -07:00
parent 904e7f53ae
commit d8cbead37b
1 changed files with 3 additions and 3 deletions

6
BUILD
View File

@ -37,11 +37,11 @@ package(default_visibility = ["//visibility:public"])
load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_proto_plugin")
g_stands_for = "good"
g_stands_for = "green"
core_version = "2.0.0-dev"
core_version = "3.0.0-dev"
version = "1.1.0-dev"
version = "1.2.0-pre1"
grpc_cc_library(
name = "gpr",