We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b180403 commit 750d5a9Copy full SHA for 750d5a9
constants.py
@@ -2,11 +2,11 @@
2
# アプリケーション全体で使用する定数 (翻訳不要なもの)
3
4
# --- バージョン情報 ---
5
-APP_RELEASE_DATE = "2025-06-05" # リリース日 (ユーザー提供の値を維持)
+APP_RELEASE_DATE = "2025-06-07" # リリース日 (ユーザー提供の値を維持)
6
7
APP_VERSION_MAJOR = 2
8
APP_VERSION_MINOR = 2
9
-APP_VERSION_PATCH = 0
+APP_VERSION_PATCH = 1
10
APP_VERSION_STRING_SEMVER = f"v{APP_VERSION_MAJOR}.{APP_VERSION_MINOR}.{APP_VERSION_PATCH}"
11
12
# --- FFmpeg関連定数 ---
0 commit comments