Skip to content

Commit

Permalink
Bump version to 1.8.3-Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
chsbuffer committed Mar 21, 2021
1 parent 2a165c7 commit 947bf2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Netch/Controllers/UpdateChecker.cs
Expand Up @@ -18,8 +18,8 @@ public static class UpdateChecker
public const string Name = @"Netch";
public const string Copyright = @"Copyright © 2019 - 2021";

public const string AssemblyVersion = @"1.8.2";
private const string Suffix = @"";
public const string AssemblyVersion = @"1.8.3";
private const string Suffix = @"Beta1";

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

Expand Down

0 comments on commit 947bf2b

Please sign in to comment.