We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233376e commit bf2e437Copy full SHA for bf2e437
co_sim_io/impl/version.hpp
@@ -27,7 +27,7 @@ constexpr int GetMinorVersion() {
27
}
28
29
std::string GetPatchVersion() {
30
- return "xxx";
+ return "0";
31
32
33
} // namespace CoSimIO
0 commit comments