Skip to content

Commit

Permalink
Update UpdateChecker.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
AmazingDM committed Mar 22, 2021
1 parent 7c0088c commit 3f4a31d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Netch/Controllers/UpdateChecker.cs
Expand Up @@ -20,7 +20,7 @@ public static class UpdateChecker
public const string Copyright = @"Copyright © 2019 - 2021";

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

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

Expand Down Expand Up @@ -105,4 +105,4 @@ public static string GetLatestReleaseContent()
return sb.ToString();
}
}
}
}

0 comments on commit 3f4a31d

Please sign in to comment.