Skip to content

Commit

Permalink
release: 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukari316 committed Jan 16, 2024
1 parent d4e3af6 commit f5218cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sora/Sora.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>1.4.2</Version>
<Version>1.4.3</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Description>.Net 6异步Onebot机器人框架</Description>
Expand Down
2 changes: 1 addition & 1 deletion Sora/VersionCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static class VersionCode
/// <summary>
/// 版本号
/// </summary>
public const string VERSION = "1.4.2";
public const string VERSION = "1.4.3";

/// <summary>
/// Onebot版本
Expand Down

0 comments on commit f5218cf

Please sign in to comment.