Skip to content

Commit

Permalink
Update UpdateChecker.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
AmazingDM authored Feb 17, 2021
1 parent d0de8a7 commit 3b2a13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Netch/Controllers/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static class UpdateChecker
public const string Name = @"Netch";
public const string Copyright = @"Copyright © 2019 - 2021";

public const string AssemblyVersion = @"2.0.1";
public const string AssemblyVersion = @"2.0.2";
private const string Suffix = @"";

public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";
Expand Down

0 comments on commit 3b2a13c

Please sign in to comment.