Skip to content

Commit

Permalink
Merge pull request chipsalliance#3220 from alainmarcel/alainmarcel-pa…
Browse files Browse the repository at this point in the history
…tch-1

version
  • Loading branch information
alaindargelas authored Sep 9, 2022
2 parents 40766f4 + 0ea40eb commit 943b469
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CommandLine/CommandLineParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static std::unordered_map<std::string, std::string>
// Or when the cache schema changes
// This will render the cache invalid
std::string_view CommandLineParser::getVersionNumber() {
static constexpr std::string_view kVersionNumber("1.37");
static constexpr std::string_view kVersionNumber("1.38");
return kVersionNumber;
}

Expand Down
2 changes: 1 addition & 1 deletion third_party/UHDM
Submodule UHDM updated 0 files
2 changes: 1 addition & 1 deletion third_party/googletest

0 comments on commit 943b469

Please sign in to comment.