aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-04-27 17:36:44 -0700
committerGitHub <noreply@github.com>2018-04-27 17:36:44 -0700
commit1cc5554f32b8c95625071b292e2e3bdca27acc90 (patch)
tree133a3ffe19885927cc9dd059e77c35ba83bb54e5 /build.gradle
parent6dfa99f4613404bc0dd0bc7c44bb62833e35a9b4 (diff)
downloadopencensus-java-1cc5554f32b8c95625071b292e2e3bdca27acc90.tar.gz
Start 0.14.0 development cycle (#1157)
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 47b7502e..dd901d96 100644
--- a/build.gradle
+++ b/build.gradle
@@ -44,7 +44,7 @@ subprojects {
}
group = "io.opencensus"
- version = "0.13.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
+ version = "0.14.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
sourceCompatibility = 1.6
targetCompatibility = 1.6