From 88b4aac6220de8cbd63b1bd36426c941d34f5055 Mon Sep 17 00:00:00 2001 From: Aigio Liu Date: Thu, 13 Feb 2025 00:42:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=203.0.0-rc.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/AssemblyInfo.Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AssemblyInfo.Constants.cs b/src/AssemblyInfo.Constants.cs index c06664c783f..299072a3ddd 100644 --- a/src/AssemblyInfo.Constants.cs +++ b/src/AssemblyInfo.Constants.cs @@ -21,7 +21,7 @@ public static partial class AssemblyInfo /// /// RC 版本号,范围 0~9,只增不减 /// - const string ver_for_rc = "14"; + const string ver_for_rc = "15"; public const string FileVersion = $"{Version2}.{ver_for_rc}2{ver_for_preview}.0";