Update version to 1.45.0-SNAPSHOT (#1759)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
This commit is contained in:
parent
2858a2c66b
commit
77ca1ad0cf
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## Version 1.44.0 (2025-02-21)
|
||||
|
||||
### AWS resources
|
||||
|
||||
- Changed resource attribute `container.image.tag` to `container.image.tags`
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
val stableVersion = "1.44.0-SNAPSHOT"
|
||||
val alphaVersion = "1.44.0-alpha-SNAPSHOT"
|
||||
val stableVersion = "1.45.0-SNAPSHOT"
|
||||
val alphaVersion = "1.45.0-alpha-SNAPSHOT"
|
||||
|
||||
allprojects {
|
||||
if (findProperty("otel.stable") != "true") {
|
||||
|
|
Loading…
Reference in New Issue