Skip to content

Commit

Permalink
Version increase
Browse files Browse the repository at this point in the history
  • Loading branch information
bartz24games@gmail.com committed Jan 5, 2021
1 parent 7a3d7c9 commit 3a84acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace FF13Randomizer
{
public partial class FormMain : Form
{
public static string Version { get; set; } = "1.8.0.Pre-3";
public static string Version { get; set; } = "1.8.0";

public static bool PlandoModified { get; set; } = false;

Expand Down
1 change: 1 addition & 0 deletions VersionOrder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public class VersionOrder
private static List<string> VersionHistory = new List<string>() {
"1.8.0.Pre",
"1.8.0.Pre-2",
"1.8.0.Pre-3",
FormMain.Version
};

Expand Down

0 comments on commit 3a84acf

Please sign in to comment.