Skip to content

Commit

Permalink
Update version to 1.31.0-SNAPSHOT (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
opentelemetrybot authored Sep 18, 2023
1 parent 2acbe76 commit 0f2112f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## Version 1.30.0 (2023-09-18)

### Disk buffering

- Remove protobuf dependency
Expand Down
4 changes: 2 additions & 2 deletions version.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val stableVersion = "1.30.0-SNAPSHOT"
val alphaVersion = "1.30.0-alpha-SNAPSHOT"
val stableVersion = "1.31.0-SNAPSHOT"
val alphaVersion = "1.31.0-alpha-SNAPSHOT"

allprojects {
if (findProperty("otel.stable") != "true") {
Expand Down

0 comments on commit 0f2112f

Please sign in to comment.