Skip to content

Commit

Permalink
Bump version to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stickymaddness authored Aug 7, 2017
1 parent 0a1698c commit 25128ec
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.14.0";
public static string Version = "Procurement 1.15.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 25128ec

Please sign in to comment.