Update version to 1.23.0-SNAPSHOT (#701)
Update version to `1.23.0-SNAPSHOT`.
This commit is contained in:
parent
692b497ac1
commit
6c620f0870
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## Version 1.22.0 (2023-01-17)
|
||||||
|
|
||||||
### JFR streaming
|
### JFR streaming
|
||||||
|
|
||||||
- Add buffer handlers and implement buffer metrics
|
- Add buffer handlers and implement buffer metrics
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
val stableVersion = "1.22.0-SNAPSHOT"
|
val stableVersion = "1.23.0-SNAPSHOT"
|
||||||
val alphaVersion = "1.22.0-alpha-SNAPSHOT"
|
val alphaVersion = "1.23.0-alpha-SNAPSHOT"
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
if (findProperty("otel.stable") != "true") {
|
if (findProperty("otel.stable") != "true") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue