Update version to 1.45.0-SNAPSHOT (#1759)

Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
This commit is contained in:
otelbot[bot] 2025-02-21 22:03:32 +00:00 committed by GitHub
parent 2858a2c66b
commit 77ca1ad0cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## Version 1.44.0 (2025-02-21)
### AWS resources
- Changed resource attribute `container.image.tag` to `container.image.tags`

View File

@ -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") {