Skip to content

Commit bd30f0d

Browse files
committed
🔧 更新 Common 子模块及预览版本号
更新 Common 子模块至最新提交(799d7da),并将 AssemblyInfo.Constants.cs 中的预览版本号(ver_for_preview)从 1 升级为 2。
1 parent 5c45649 commit bd30f0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ref/Common

src/AssemblyInfo.Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static partial class AssemblyInfo
1818
/// <summary>
1919
/// 预览版本号,范围 1~9,只增不减
2020
/// </summary>
21-
const string ver_for_preview = "1";
21+
const string ver_for_preview = "2";
2222

2323
/// <summary>
2424
/// RC 版本号,范围 0~9,只增不减

0 commit comments

Comments
 (0)