Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
malkia committed Jul 22, 2024
1 parent 0444edf commit ba10336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ otel_cc_library(
)

# TODO: Version needs to be updated better here.
otel_sdk_prefix = "otel_sdk/" + "1.16.0" + "/"
otel_sdk_prefix = "otel_sdk/" + "1.16.1" + "/"

# Build configuration settings mimicking MSVC: debug=dbg, release=opt, reldeb=fastbuild
config_setting(
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "opentelemetry-cpp",
version = "1.16.0-dll",
version = "1.16.1-dll",
repo_name = "io_opentelemetry_cpp",
)

Expand Down

0 comments on commit ba10336

Please sign in to comment.