diff options
author | Srini Polavarapu <psrini@google.com> | 2018-07-19 09:32:51 -0700 |
---|---|---|
committer | Srini Polavarapu <psrini@google.com> | 2018-07-19 09:32:51 -0700 |
commit | 416fd00231de7963e2a658ad87a463e3d9342530 (patch) | |
tree | 68b627f53e8a91f56efa43f9488bb5ae49af73cd | |
parent | cb7784734a51ca2e753f75214f3389a8a7f857e5 (diff) |
Bump version to v1.14.0-pre1
-rw-r--r-- | BUILD | 4 | ||||
-rw-r--r-- | build.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -66,9 +66,9 @@ config_setting( # This should be updated along with build.yaml g_stands_for = "gladiolus" -core_version = "6.0.0-dev" +core_version = "6.0.0-pre1" -version = "1.14.0-dev" +version = "1.14.0-pre1" GPR_PUBLIC_HDRS = [ "include/grpc/support/alloc.h", diff --git a/build.yaml b/build.yaml index 3067ca9161..b0113c8192 100644 --- a/build.yaml +++ b/build.yaml @@ -12,9 +12,9 @@ settings: '#08': Use "-preN" suffixes to identify pre-release versions '#09': Per-language overrides are possible with (eg) ruby_version tag here '#10': See the expand_version.py for all the quirks here - core_version: 6.0.0-dev + core_version: 6.0.0-pre1 g_stands_for: gladiolus - version: 1.14.0-dev + version: 1.14.0-pre1 filegroups: - name: alts_proto headers: |