Skip to content

Commit

Permalink
Bump version to 2.0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
natfrp-bot committed Feb 17, 2022
1 parent 6f88ccf commit 13cc301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SakuraLibrary/AssemblyBase.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using SakuraLibrary;
using System.Reflection;

[assembly: AssemblyCopyright("Copyright © FENGberd 2020-2021")]
[assembly: AssemblyCopyright("Copyright © iDea Leaper 2020-2022")]

[assembly: AssemblyVersion(Consts.Version)]
[assembly: AssemblyFileVersion(Consts.Version)]
2 changes: 1 addition & 1 deletion SakuraLibrary/Consts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public static class Consts
{
public const string Version = "2.0.4.0";
public const string Version = "2.0.4.1";

public const string PipeName = "SakuraFrp_ServicePipe";
public const string ServiceName = "SakuraFrpService";
Expand Down

0 comments on commit 13cc301

Please sign in to comment.