Skip to content

Commit

Permalink
bump version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chsbuffer committed Oct 11, 2020
1 parent 12b2989 commit c3eb070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Netch/Controllers/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class UpdateChecker
public const string Name = @"Netch";
public const string Copyright = @"Copyright © 2019 - 2020";

public const string AssemblyVersion = @"1.6.1";
public const string AssemblyVersion = @"1.6.2";
private const string Suffix = @"";

public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";
Expand Down
2 changes: 1 addition & 1 deletion translations

0 comments on commit c3eb070

Please sign in to comment.