From 0fafccbf96f8f5d1bbbbe47b5406c9b4b708c7cf Mon Sep 17 00:00:00 2001 From: songy23 Date: Tue, 12 Mar 2019 16:30:07 -0700 Subject: [PATCH] Start 0.3.0 development cycle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 86a2461..375afdc 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ apply plugin: 'maven' apply plugin: "signing" group = "io.opencensus" -version = "0.2.0-SNAPSHOT" // CURRENT_OPENCENSUS_PROTO_VERSION +version = "0.3.0-SNAPSHOT" // CURRENT_OPENCENSUS_PROTO_VERSION sourceCompatibility = 1.6 targetCompatibility = 1.6