Skip to content

Commit 9713cfc

Browse files
committed
bumped version to 1.19.0
1 parent 5252303 commit 9713cfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BUILD

+1-1
Original file line numberDiff line numberDiff 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
3838
config_setting(

sdk/src/version/version.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const int patch_version = 0;
1717
const char *pre_release = "NONE";
1818
const char *build_metadata = "NONE";
1919
const 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";
2121
const char *build_date = "Tue Jan 21 09:34:26 PM UTC 2025";
2222
} // namespace version
2323
} // namespace sdk

0 commit comments

Comments
 (0)