Skip to content

Commit

Permalink
bumped version to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malkia committed Jan 23, 2025
1 parent 5252303 commit 9713cfc
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 @@ -32,7 +32,7 @@ otel_cc_library(
)

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

# Build configuration settings mimicking MSVC: debug=dbg, release=opt, reldeb=fastbuild
config_setting(
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/version/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const int patch_version = 0;
const char *pre_release = "NONE";
const char *build_metadata = "NONE";
const char *short_version = "1.19.0";
const char *full_version = "1.18.0-NONE-NONE";
const char *full_version = "1.19.0-REDACTED";
const char *build_date = "Tue Jan 21 09:34:26 PM UTC 2025";
} // namespace version
} // namespace sdk
Expand Down

0 comments on commit 9713cfc

Please sign in to comment.