Update version to 1.34.0-SNAPSHOT (#1202)

This commit is contained in:
OpenTelemetry Bot 2024-02-21 21:55:33 +01:00 committed by GitHub
parent b0ffa06d3a
commit e11e6ea628
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.33.0 (2024-02-21)
### compressors/
- Add zstd compressor implementation for OTLP exporters

View File

@ -1,5 +1,5 @@
val stableVersion = "1.33.0-SNAPSHOT"
val alphaVersion = "1.33.0-alpha-SNAPSHOT"
val stableVersion = "1.34.0-SNAPSHOT"
val alphaVersion = "1.34.0-alpha-SNAPSHOT"
allprojects {
if (findProperty("otel.stable") != "true") {