Release: v9.0.6

This commit is contained in:
2023-06-01 13:10:28 +09:00
parent 16e12b5b8f
commit 1c1ace58db
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
9.0.5 9.0.6

View File

@@ -38,7 +38,7 @@ set +o allexport;
if [ "${go_flag}" != "go" ]; then if [ "${go_flag}" != "go" ]; then
echo "No go flag given"; echo "No go flag given";
echo "Would publish ${VERSION} on ${file_last_published}"; echo "Would publish ${VERSION}";
echo "[END]"; echo "[END]";
exit; exit;
fi; fi;