From 590f2b5fcd42ae85ffb497b3ba302628827935a8 Mon Sep 17 00:00:00 2001 From: Srini Polavarapu Date: Tue, 11 Sep 2018 09:08:38 -0700 Subject: Bump version to 1.15.0 --- BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILD') diff --git a/BUILD b/BUILD index 7d2bf2a78b..f3c210dfab 100644 --- a/BUILD +++ b/BUILD @@ -66,9 +66,9 @@ config_setting( # This should be updated along with build.yaml g_stands_for = "glider" -core_version = "6.0.0-pre1" +core_version = "6.0.0" -version = "1.15.0-pre1" +version = "1.15.0" GPR_PUBLIC_HDRS = [ "include/grpc/support/alloc.h", -- cgit v1.2.3 From 3e3a41b86d1c86712c2b42c6419d709e54229791 Mon Sep 17 00:00:00 2001 From: Muxi Yan Date: Fri, 21 Sep 2018 17:03:26 -0700 Subject: Boost version to v1.15.1 --- BUILD | 2 +- build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILD') diff --git a/BUILD b/BUILD index f3c210dfab..df4662f56f 100644 --- a/BUILD +++ b/BUILD @@ -68,7 +68,7 @@ g_stands_for = "glider" core_version = "6.0.0" -version = "1.15.0" +version = "1.15.1" GPR_PUBLIC_HDRS = [ "include/grpc/support/alloc.h", diff --git a/build.yaml b/build.yaml index 4c3f738385..db9089eaa2 100644 --- a/build.yaml +++ b/build.yaml @@ -14,7 +14,7 @@ settings: '#10': See the expand_version.py for all the quirks here core_version: 6.0.0 g_stands_for: glider - version: 1.15.0 + version: 1.15.1 filegroups: - name: alts_proto headers: -- cgit v1.2.3