Skip to content

Commit

Permalink
increment patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
philbucher committed Jun 18, 2020
1 parent 9dbc84f commit b408d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion co_sim_io/impl/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ constexpr int GetMinorVersion() {
}

std::string GetPatchVersion() {
return "0";
return "1";
}

} // namespace CoSimIO
Expand Down

0 comments on commit b408d1d

Please sign in to comment.