Skip to content

Commit b408d1d

Browse files
increment patch version
1 parent 9dbc84f commit b408d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

co_sim_io/impl/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ constexpr int GetMinorVersion() {
2727
}
2828

2929
std::string GetPatchVersion() {
30-
return "0";
30+
return "1";
3131
}
3232

3333
} // namespace CoSimIO

0 commit comments

Comments
 (0)