Skip to content

Commit

Permalink
Bump version to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chsbuffer committed Feb 13, 2021
1 parent 3d37b04 commit a853b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = @"1.7.3";
public const string AssemblyVersion = @"1.7.4";
private const string Suffix = @"";

public static readonly string Version = $"{AssemblyVersion}{(string.IsNullOrEmpty(Suffix) ? "" : $"-{Suffix}")}";
Expand Down Expand Up @@ -125,4 +125,4 @@ void RunUpdater()
}
}
}
}
}

0 comments on commit a853b98

Please sign in to comment.