Skip to content

Commit

Permalink
Fix sdk/src/version/version.cc after merge from main
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Apr 12, 2023
1 parent a987635 commit e0b95b7
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 = 9;
const int patch_version = 0;
const char *pre_release = "NONE";
const char *build_metadata = "NONE";
const int count_new_commits = 23;
const int count_new_commits = 26;
const char *branch = "pre_release_1.9.0";
const char *commit_hash = "b2913ce493075f11d3891c1dc97d908b2aac4d14";
const char *commit_hash = "a9876353337d5de74323b8935479618c9b422d09";
const char *short_version = "1.9.0";
const char *full_version =
"1.9.0-NONE-NONE-23-pre_release_1.9.0-b2913ce493075f11d3891c1dc97d908b2aac4d14";
const char *build_date = "Wed 12 Apr 2023 10:33:02 AM UTC";
"1.9.0-NONE-NONE-26-pre_release_1.9.0-a9876353337d5de74323b8935479618c9b422d09";
const char *build_date = "Wed 12 Apr 2023 03:32:28 PM UTC";
} // namespace version
} // namespace sdk
OPENTELEMETRY_END_NAMESPACE

0 comments on commit e0b95b7

Please sign in to comment.