Skip to content

Commit

Permalink
up 更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Nov 8, 2024
1 parent d77943d commit 34bb9bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
加入openp2p
加入hal映射

⚫2024.11.8
√ 修复Arm64运行库处理问题
√ 修复UI问题

⚫2024.11.7
√ 添加模组备注功能
√ 添加选项储存
Expand Down
2 changes: 1 addition & 1 deletion src/ColorMC.Core/CoreMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace ColorMC.Core;
public static class ColorMCCore
{
public const string TopVersion = "A32";
public const string DateVersion = "20241107";
public const string DateVersion = "20241108";

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

0 comments on commit 34bb9bf

Please sign in to comment.