Skip to content

Commit

Permalink
Updater: Bump version for signature
Browse files Browse the repository at this point in the history
  • Loading branch information
natfrp-bot committed May 30, 2022
1 parent 7383245 commit 4bbf028
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified SakuraFrpService/Resources/Updater.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion SakuraLibrary/Consts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace SakuraLibrary
{
public static class Consts
{
public const string Version = "2.0.5.0";
public const string Version = "2.0.5.1";

public const string PipeName = "SakuraFrp_ServicePipe";
public const string ServiceName = "SakuraFrpService";
Expand Down
4 changes: 2 additions & 2 deletions Updater/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyFileVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.0.0.2")]
[assembly: AssemblyFileVersion("2.0.0.2")]

0 comments on commit 4bbf028

Please sign in to comment.