Skip to content

Commit

Permalink
Update version to 1.24.0-SNAPSHOT (#755)
Browse files Browse the repository at this point in the history
Update version to `1.24.0-SNAPSHOT`.
  • Loading branch information
opentelemetrybot authored Feb 22, 2023
1 parent 0c708cb commit da240cf
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.23.0 (2023-02-22)

### JFR streaming

- JFR features can be enabled and disabled
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.23.0-SNAPSHOT"
val alphaVersion = "1.23.0-alpha-SNAPSHOT"
val stableVersion = "1.24.0-SNAPSHOT"
val alphaVersion = "1.24.0-alpha-SNAPSHOT"

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

0 comments on commit da240cf

Please sign in to comment.