aboutsummaryrefslogtreecommitdiff
path: root/examples/build.gradle
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-09-18 12:04:27 -0700
committerGitHub <noreply@github.com>2018-09-18 12:04:27 -0700
commita5d2739b4fbbfcd0da61ef2f179ba6044d2d04a2 (patch)
treee522acfe6a4136de9ae92954364d979be61e86e1 /examples/build.gradle
parentc78686d8ffb058723ebedda040ca5efd860aefe5 (diff)
downloadopencensus-java-a5d2739b4fbbfcd0da61ef2f179ba6044d2d04a2.tar.gz
Update release versions for all readme and build files. (#1452)
Diffstat (limited to 'examples/build.gradle')
-rw-r--r--examples/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/build.gradle b/examples/build.gradle
index f51b6087..22889e10 100644
--- a/examples/build.gradle
+++ b/examples/build.gradle
@@ -25,7 +25,7 @@ repositories {
group = "io.opencensus"
version = "0.17.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
-def opencensusVersion = "0.16.0" // LATEST_OPENCENSUS_RELEASE_VERSION
+def opencensusVersion = "0.16.1" // LATEST_OPENCENSUS_RELEASE_VERSION
def grpcVersion = "1.13.1" // CURRENT_GRPC_VERSION
def prometheusVersion = "0.3.0"