Skip to content

Commit

Permalink
Update versions.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed Mar 7, 2023
1 parent d011e40 commit 89d4e02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdk/src/version/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ const int minor_version = 8;
const int patch_version = 3;
const char *pre_release = "NONE";
const char *build_metadata = "NONE";
const int count_new_commits = 33;
const int count_new_commits = 43;
const char *branch = "pre_release_1.8.3";
const char *commit_hash = "267c28ff22c5c380eb1897f35995961223f43a72";
const char *commit_hash = "d011e407306991be4f0580b59d5975aecdc86aca";
const char *short_version = "1.8.3";
const char *full_version =
"1.8.2-NONE-NONE-33-pre_release_1.8.3-267c28ff22c5c380eb1897f35995961223f43a72";
const char *build_date = "Mon Mar 6 20:46:20 UTC 2023";
"1.8.2-NONE-NONE-43-pre_release_1.8.3-d011e407306991be4f0580b59d5975aecdc86aca";
const char *build_date = "Tue Mar 7 21:15:06 UTC 2023";
} // namespace version
} // namespace sdk
OPENTELEMETRY_END_NAMESPACE

0 comments on commit 89d4e02

Please sign in to comment.