diff --git a/utils/update_version.py b/utils/update_version.py index fac75c76..6aad694f 100644 --- a/utils/update_version.py +++ b/utils/update_version.py @@ -33,7 +33,7 @@ def update_versions(): with open(config_path, "w", encoding="utf-8") as f: f.write(new_content) - print(f"✓ バージョン {version} に更新しました") + print(f"updated to version {version}") if __name__ == "__main__": update_versions() \ No newline at end of file