Skip to content

Commit

Permalink
bump version to 0.8.0-pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Jul 14, 2023
1 parent ec76fa7 commit 915ed32
Show file tree
Hide file tree
Showing 3 changed files with 6 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 = 230629a
RELEASE = 230714a

VERSION = $(shell grep '"version"' package.json | cut -d '"' -f 4)
EXE = dist/LizGoban\ $(VERSION).exe
Expand Down
4 changes: 4 additions & 0 deletions build_with/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Release notes

## LizGoban 0.8.0-pre3

* Fix bugs. (wrong ruleset, reset of visit count)

## LizGoban 0.8.0-pre2

* Upgrade KataGo to [1.13.0](https://github.com/lightvector/KataGo/releases/tag/v1.13.0).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LizGoban",
"version": "0.8.0-pre2",
"version": "0.8.0-pre3",
"description": "An analysis tool of the game Go with Leela Zero and KataGo",
"author": "kaorahi <[email protected]>",
"license": "GPL-3.0",
Expand Down

0 comments on commit 915ed32

Please sign in to comment.