From 915ed3269400c1a0559f3cf95cabc0d00e11378a Mon Sep 17 00:00:00 2001 From: Hiraoka Date: Fri, 14 Jul 2023 20:36:40 +0900 Subject: [PATCH] bump version to 0.8.0-pre3 --- Makefile | 2 +- build_with/release.md | 4 ++++ package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bf05040..6a26c90 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -RELEASE = 230629a +RELEASE = 230714a VERSION = $(shell grep '"version"' package.json | cut -d '"' -f 4) EXE = dist/LizGoban\ $(VERSION).exe diff --git a/build_with/release.md b/build_with/release.md index 429810d..3ba48f8 100644 --- a/build_with/release.md +++ b/build_with/release.md @@ -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). diff --git a/package.json b/package.json index a72374c..5e7d170 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "GPL-3.0",