Skip to content

Commit

Permalink
Fix short version string
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed Jun 20, 2022
1 parent 0e4b155 commit def5297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/version/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ const char *BUILD_METADATA = "NONE";
const int COUNT_NEW_COMMITS = 20;
const char *BRANCH = "pre_release_1.4.1";
const char *COMMIT_HASH = "7f4eaac3c296d5198e5b4be3a2222ade85551759";
const char *SHORT_VERSION = "1.4.0";
const char *SHORT_VERSION = "1.4.1";
const char *FULL_VERSION =
"1.4.0-NONE-NONE-20-pre_release_1.4.1-7f4eaac3c296d5198e5b4be3a2222ade85551759";
"1.4.1-NONE-NONE-20-pre_release_1.4.1-7f4eaac3c296d5198e5b4be3a2222ade85551759";
const char *BUILD_DATE = "Sun Jun 19 16:34:17 UTC 2022";
} // namespace version
} // namespace sdk
Expand Down

0 comments on commit def5297

Please sign in to comment.