Skip to content

Commit

Permalink
fix release notes of 0.8.0 further
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorahi committed Nov 17, 2024
1 parent a74e359 commit 5012c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RELEASE = 241117b
RELEASE = 241117c

VERSION = $(shell grep '"version"' package.json | cut -d '"' -f 4)
EXE = dist/LizGoban\ $(VERSION).exe
Expand Down
2 changes: 1 addition & 1 deletion build_with/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Further updates:
* Deprecate the display of preferred moves by "AIs for handicap games".
* Deprecate homemade "aggressiveness" features and rely on the native KataGo features.

Incompatibilities from 0.7.*:
Incompatibilities with 0.7.*:

* Change the autosave format.
* Upgrade libraries (Electron 32, etc.). So you may need to do "npm install" again if you use LizGoban from the command line.
Expand Down

0 comments on commit 5012c7f

Please sign in to comment.