Skip to content

Commit b7dbca2

Browse files
authored
update version (#345)
1 parent bce404d commit b7dbca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

co_sim_io/sources/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ int GetMajorVersion() {
2020
}
2121

2222
int GetMinorVersion() {
23-
return 0;
23+
return 2;
2424
}
2525

2626
std::string GetPatchVersion() {

0 commit comments

Comments
 (0)