From 21395fb39333f43f27b23fa6ef9ac17b613182e3 Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Mon, 14 Sep 2015 13:27:27 -0700 Subject: [PATCH] bump gRPC-Go to beta --- README.md | 2 +- transport/http_util.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f16d406a..7b6326ae 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,5 @@ You can find more detailed documentation and examples in the [examples directory Status ------ -Alpha - ready for early adopters. +Beta release diff --git a/transport/http_util.go b/transport/http_util.go index 3370cc45..e8ed39e1 100644 --- a/transport/http_util.go +++ b/transport/http_util.go @@ -52,7 +52,7 @@ import ( const ( // The primary user agent - primaryUA = "grpc-go/0.7" + primaryUA = "grpc-go/0.11" // http2MaxFrameLen specifies the max length of a HTTP2 frame. http2MaxFrameLen = 16384 // 16KB frame // http://http2.github.io/http2-spec/#SettingValues