aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2017-01-30 16:40:12 -0800
committerGitHub <noreply@github.com>2017-01-30 16:40:12 -0800
commite8aef5b4bbb7525800e7c7ecda0f111224382cde (patch)
treeb853368fe3a9885a7ddd8bee07dee3973ac0f895 /documentation
parentfdeade4ee22bc82dfb7f8174760c0a73fad84562 (diff)
downloadgrpc-grpc-java-e8aef5b4bbb7525800e7c7ecda0f111224382cde.tar.gz
Start 1.2.0 development cycle
Diffstat (limited to 'documentation')
-rw-r--r--documentation/server-reflection-tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/server-reflection-tutorial.md b/documentation/server-reflection-tutorial.md
index 7fd4e40f4..536ffe2be 100644
--- a/documentation/server-reflection-tutorial.md
+++ b/documentation/server-reflection-tutorial.md
@@ -21,7 +21,7 @@ need to make the following changes:
```diff
--- a/examples/build.gradle
+++ b/examples/build.gradle
-@@ -27,6 +27,7 @@ def grpcVersion = '1.1.0-SNAPSHOT' // CURRENT_GRPC_VERSION
+@@ -27,6 +27,7 @@ def grpcVersion = '1.2.0-SNAPSHOT' // CURRENT_GRPC_VERSION
dependencies {
compile "io.grpc:grpc-netty:${grpcVersion}"
compile "io.grpc:grpc-protobuf:${grpcVersion}"