Skip to content

Commit

Permalink
Merge pull request #199 from dasgarner/release/winforms
Browse files Browse the repository at this point in the history
Release v2 R203
  • Loading branch information
dasgarner authored Feb 19, 2021
2 parents 11e924d + 4486c44 commit aad49a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Logic/ApplicationSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ public class ApplicationSettings
/// </summary>
private List<string> ExcludedProperties;

public string ClientVersion { get; } = "2 R202";
public string ClientVersion { get; } = "2 R203";
public string Version { get; } = "5";
public int ClientCodeVersion { get; } = 202;
public int ClientCodeVersion { get; } = 203;

private ApplicationSettings()
{
Expand Down

0 comments on commit aad49a2

Please sign in to comment.