From efa61f17093fa88415bc6a6d2ce2406a8037a912 Mon Sep 17 00:00:00 2001 From: yuru7 <13458509+yuru7@users.noreply.github.com> Date: Wed, 3 May 2023 18:53:35 +0900 Subject: [PATCH] Bump up to v2.9.0 --- make_hackgen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_hackgen.sh b/make_hackgen.sh index e1a94fb..f6f033f 100755 --- a/make_hackgen.sh +++ b/make_hackgen.sh @@ -1,6 +1,6 @@ #!/bin/bash -hackgen_version="2.8.0" +hackgen_version="2.9.0" BASE_DIR=$(cd $(dirname $0); pwd) PREFIX="$1"