Skip to content

Commit faa2ad1

Browse files
committed
prepare GA announcement
1 parent c2c110d commit faa2ad1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ See [API documentation](https://godoc.org/google.golang.org/grpc) for package an
2828

2929
Status
3030
------
31-
Beta release
31+
GA
3232

transport/http_util.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import (
5353

5454
const (
5555
// The primary user agent
56-
primaryUA = "grpc-go/0.11"
56+
primaryUA = "grpc-go/1.0"
5757
// http2MaxFrameLen specifies the max length of a HTTP2 frame.
5858
http2MaxFrameLen = 16384 // 16KB frame
5959
// http://http2.github.io/http2-spec/#SettingValues

0 commit comments

Comments
 (0)