Skip to content

Commit

Permalink
Update KataGo version from 1.15.1-coreml2 to 1.15.1-coreml3
Browse files Browse the repository at this point in the history
This commit updates the version number in the source code to reflect the new coreml3 version. Both the getKataGoVersion and getKataGoVersionForHelp methods have been modified to return the updated version string.
  • Loading branch information
ChinChangYang committed Jul 28, 2024
1 parent 0945e13 commit 825305e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,11 @@ int main(int argc, const char* const* argv) {


string Version::getKataGoVersion() {
return string("1.15.1-coreml2");
return string("1.15.1-coreml3");
}

string Version::getKataGoVersionForHelp() {
return string("KataGo v1.15.1-coreml2");
return string("KataGo v1.15.1-coreml3");
}

string Version::getKataGoVersionFullInfo() {
Expand Down

0 comments on commit 825305e

Please sign in to comment.