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 d4e3af6 commit f5218cfCopy full SHA for f5218cf
Sora/Sora.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<OutputType>Library</OutputType>
5
<TargetFramework>net6.0</TargetFramework>
6
- <Version>1.4.2</Version>
+ <Version>1.4.3</Version>
7
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
9
<Description>.Net 6异步Onebot机器人框架</Description>
Sora/VersionCode.cs
@@ -8,7 +8,7 @@ public static class VersionCode
/// <summary>
/// 版本号
10
/// </summary>
11
- public const string VERSION = "1.4.2";
+ public const string VERSION = "1.4.3";
12
13
14
/// Onebot版本
0 commit comments