Skip to content

Commit

Permalink
Pre-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
estarriol authored and mayjak committed Nov 25, 2020
1 parent b0d9eb8 commit 1c8577f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion unity/Assets/Resources/prod_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.10
2.5.0
2 changes: 1 addition & 1 deletion unity/Assets/Resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.0a
2.5.0
2 changes: 1 addition & 1 deletion unity/Assets/Scripts/Content/QuestData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,7 @@ public class Quest
{
public static int minumumFormat = 4;
// Increment during changes, and again at release
public static int currentFormat = 14;
public static int currentFormat = 15;
public int format = 0;
public bool hidden = false;
public bool valid = false;
Expand Down

0 comments on commit 1c8577f

Please sign in to comment.