diff --git a/program.py b/program.py index e9db15d..daa0186 100644 --- a/program.py +++ b/program.py @@ -30,4 +30,5 @@ # Version 0.9.0 : undo, fixed_handicapコマンド、コマンドID付きGTPコマンドのサポート。 # 不正なGTPコマンドの応答誤りを修正。 # Version 0.9.1 : PVに空文字が混入する不具合の修正。 -VERSION="0.9.1" +# Version 0.9.2 : list_commandsにundoコマンドが漏れている不具合を修正。 +VERSION="0.9.2"