Skip to content

Commit b002d75

Browse files
Start 0.8.0 development cycle (open-telemetry#1497)
1 parent 4680c3a commit b002d75

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Snapshots based out the `master` branch are available for `opentelemetry-api`, `
8383
<dependency>
8484
<groupId>io.opentelemetry</groupId>
8585
<artifactId>opentelemetry-api</artifactId>
86-
<version>0.7.0-SNAPSHOT</version>
86+
<version>0.8.0-SNAPSHOT</version>
8787
</dependency>
8888
</dependencies>
8989
```
@@ -96,7 +96,7 @@ repositories {
9696
}
9797
9898
dependencies {
99-
compile('io.opentelemetry:opentelemetry-api:0.7.0-SNAPSHOT')
99+
compile('io.opentelemetry:opentelemetry-api:0.8.0-SNAPSHOT')
100100
}
101101
```
102102

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313

1414
subprojects {
1515
group = "io.opentelemetry"
16-
version = "0.7.0-SNAPSHOT" // CURRENT_OPEN_TELEMETRY_VERSION
16+
version = "0.8.0-SNAPSHOT" // CURRENT_OPEN_TELEMETRY_VERSION
1717
}
1818

1919
configure(opentelemetryProjects) {

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ subprojects {
1414
version = "0.1.0-SNAPSHOT"
1515

1616
ext {
17-
opentelemetryVersion = "0.7.0-SNAPSHOT"
17+
opentelemetryVersion = "0.8.0-SNAPSHOT"
1818
grpcVersion = '1.28.0'
1919
protobufVersion = '3.11.4'
2020
protocVersion = protobufVersion

0 commit comments

Comments
 (0)