We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5252303 commit 9713cfcCopy full SHA for 9713cfc
BUILD
@@ -32,7 +32,7 @@ otel_cc_library(
32
)
33
34
# TODO: Version needs to be updated better here.
35
-otel_sdk_prefix = "otel_sdk/" + "1.18.0" + "/"
+otel_sdk_prefix = "otel_sdk/" + "1.19.0" + "/"
36
37
# Build configuration settings mimicking MSVC: debug=dbg, release=opt, reldeb=fastbuild
38
config_setting(
sdk/src/version/version.cc
@@ -17,7 +17,7 @@ const int patch_version = 0;
17
const char *pre_release = "NONE";
18
const char *build_metadata = "NONE";
19
const char *short_version = "1.19.0";
20
-const char *full_version = "1.18.0-NONE-NONE";
+const char *full_version = "1.19.0-REDACTED";
21
const char *build_date = "Tue Jan 21 09:34:26 PM UTC 2025";
22
} // namespace version
23
} // namespace sdk
0 commit comments