Skip to content

Commit

Permalink
Update ApplicationState.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stickymaddness authored Sep 15, 2017
1 parent 449b3ed commit 1d18f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procurement/ApplicationState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static class ApplicationState
/// Application version to check for latest release.
/// Must begin with "Procurement ". See: VersionChecker.cs
/// </summary>
public static string Version = "Procurement 1.16.0";
public static string Version = "Procurement 1.17.0";
public static POEModel Model = new POEModel();
public static Dictionary<string, Stash> Stash = new Dictionary<string, Stash>();
public static Dictionary<string, Item> Inventory = new Dictionary<string, Item>();
Expand Down

0 comments on commit 1d18f9e

Please sign in to comment.