Skip to content

Commit

Permalink
Merge pull request #44 from dasgarner/develop
Browse files Browse the repository at this point in the history
Bump version 1.8.0
  • Loading branch information
dasgarner authored Mar 21, 2017
2 parents b16455f + efd6c8d commit 0214193
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 @@ -40,9 +40,9 @@ public class ApplicationSettings
private List<string> _globalProperties;

// Application Specific Settings we want to protect
private string _clientVersion = "1.8.0-rc3";
private string _clientVersion = "1.8.0";
private string _version = "5";
private int _clientCodeVersion = 126;
private int _clientCodeVersion = 127;

public string ClientVersion { get { return _clientVersion; } }
public string Version { get { return _version; } }
Expand Down

0 comments on commit 0214193

Please sign in to comment.