Skip to content

Commit

Permalink
Bump version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AmazingDM authored Jan 4, 2021
1 parent 35b9f16 commit 0957514
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 @@ -16,7 +16,7 @@ public class UpdateChecker
public const string Name = @"Netch";
public const string Copyright = @"Copyright © 2019 - 2020";

public const string AssemblyVersion = @"1.6.9";
public const string AssemblyVersion = @"1.7.0";
private const string Suffix = @"";

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

0 comments on commit 0957514

Please sign in to comment.