We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce404d commit b7dbca2Copy full SHA for b7dbca2
co_sim_io/sources/version.cpp
@@ -20,7 +20,7 @@ int GetMajorVersion() {
20
}
21
22
int GetMinorVersion() {
23
- return 0;
+ return 2;
24
25
26
std::string GetPatchVersion() {
0 commit comments