Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Jul 19, 2024
1 parent 77e8c99 commit e2cc583
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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 = "A27";
public const string DateVersion = "20240718";
public const string DateVersion = "20240719";

/// <summary>
/// 版本号
Expand Down
8 changes: 4 additions & 4 deletions src/ColorMC.Launcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ public static class Program

public static readonly string[] BaseSha1 =
[
"192b08dd31c3837662568549e3fd301a63362f1d",
"b4a7efd53c5a601692fb2a29621a750f9f46d5d7",
"f855be5f6727ffb5e5fb5897e9d704ad5bb6fa96",
"753b191da92fc4772fc129f59bb4d3549e721b62"
"87d7ffa78a7f7fb45c0e1d5acccfad7355d91da6",
"0bb166983f649fff298623efc91a2646b502bb9f",
"770c0aac76cb452515a0ae64a58b322d7f39553c",
"bcd5de56688a4824137dca3cdfd44a76f7094804"
];

public delegate void IN(string[] args);
Expand Down

0 comments on commit e2cc583

Please sign in to comment.