[Update] utils: Change version update message to English

This commit is contained in:
misyaguziya
2025-11-25 12:22:22 +09:00
parent ff6ac43fee
commit 7f7413e050

View File

@@ -33,7 +33,7 @@ def update_versions():
with open(config_path, "w", encoding="utf-8") as f: with open(config_path, "w", encoding="utf-8") as f:
f.write(new_content) f.write(new_content)
print(f"✓ バージョン {version} に更新しました") print(f"updated to version {version}")
if __name__ == "__main__": if __name__ == "__main__":
update_versions() update_versions()