Skip to content

Commit

Permalink
Update ApplicationState.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stickymaddness authored Aug 10, 2017
1 parent 1a95125 commit e038ad7
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.15.0";
public static string Version = "Procurement 1.16.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 e038ad7

Please sign in to comment.