Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dasgarner committed Feb 17, 2021
1 parent 11e924d commit 4486c44
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 4486c44

Please sign in to comment.