File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ otel_cc_library(
3232)
3333
3434# TODO: Version needs to be updated better here.
35- otel_sdk_prefix = "otel_sdk/" + "1.18 .0" + "/"
35+ otel_sdk_prefix = "otel_sdk/" + "1.19 .0" + "/"
3636
3737# Build configuration settings mimicking MSVC: debug=dbg, release=opt, reldeb=fastbuild
3838config_setting (
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const int patch_version = 0;
1717const char *pre_release = " NONE" ;
1818const char *build_metadata = " NONE" ;
1919const char *short_version = " 1.19.0" ;
20- const char *full_version = " 1.18 .0-NONE-NONE " ;
20+ const char *full_version = " 1.19 .0-REDACTED " ;
2121const char *build_date = " Tue Jan 21 09:34:26 PM UTC 2025" ;
2222} // namespace version
2323} // namespace sdk
You can’t perform that action at this time.
0 commit comments