Skip to content

Commit f5218cf

Browse files
committed
release: 1.4.3
1 parent d4e3af6 commit f5218cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sora/Sora.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Library</OutputType>
55
<TargetFramework>net6.0</TargetFramework>
6-
<Version>1.4.2</Version>
6+
<Version>1.4.3</Version>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
99
<Description>.Net 6异步Onebot机器人框架</Description>

Sora/VersionCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public static class VersionCode
88
/// <summary>
99
/// 版本号
1010
/// </summary>
11-
public const string VERSION = "1.4.2";
11+
public const string VERSION = "1.4.3";
1212

1313
/// <summary>
1414
/// Onebot版本

0 commit comments

Comments
 (0)