From a74e359ce9a763ff05a8dce36df7a808dccd0c79 Mon Sep 17 00:00:00 2001 From: Hiraoka Date: Sun, 17 Nov 2024 22:49:46 +0900 Subject: [PATCH] fix release notes of 0.8.0 --- Makefile | 2 +- build_with/release.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a6ac477..3de5afc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -RELEASE = 241117a +RELEASE = 241117b 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 3d78888..69c1506 100644 --- a/build_with/release.md +++ b/build_with/release.md @@ -30,7 +30,7 @@ Further updates: * Avoid unnatural tenuki in match vs. weakened AI. * Add random pair match. * Detect encoding of SGF files etc. -* [Support TamaGo](#TamaGo). +* [Support TamaGo](https://github.com/kobanium/TamaGo). * Deprecate the display of preferred moves by "AIs for handicap games". * Deprecate homemade "aggressiveness" features and rely on the native KataGo features.