We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c957227 commit 1748726Copy full SHA for 1748726
build.gradle
@@ -5,7 +5,7 @@ subprojects {
5
apply plugin: 'signing'
6
7
group = "com.google.cloud.opentelemetry"
8
- version = "0.10.0-SNAPSHOT" // CURRENT_VERSION
+ version = "0.10.0" // CURRENT_VERSION
9
10
sourceCompatibility = JavaVersion.VERSION_1_8
11
targetCompatibility = JavaVersion.VERSION_1_8
0 commit comments