Update version to 1.38.0 (#6354)
This commit is contained in:
parent
95b83564bc
commit
1f80fe857d
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## Version 1.37.0 (2024-04-05)
|
||||
|
||||
**NOTICE:** This release contains a significant restructuring of the experimental event API and the API incubator artifact. Please read the notes in the `API -> Incubator` section carefully.
|
||||
|
||||
### API
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
val snapshot = true
|
||||
|
||||
allprojects {
|
||||
var ver = "1.37.0"
|
||||
var ver = "1.38.0"
|
||||
val release = findProperty("otel.release")
|
||||
if (release != null) {
|
||||
ver += "-" + release
|
||||
|
|
Loading…
Reference in New Issue