Skip to content

Commit

Permalink
Updated versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
sc2ad committed Feb 12, 2019
1 parent aa75da5 commit 4f0f737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DotE_Patch_Mod/DustDevilFramework/DustDevil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class DustDevil

public static int MajorVersion { get; } = 4;
public static int MinorVersion { get; } = 0;
public static int Revision { get; } = 5;
public static int Revision { get; } = 6;

private static List<ScadMod> ModList = new List<ScadMod>();
private static ModSettingsPopupMenuPanel SettingsPanel;
Expand Down

0 comments on commit 4f0f737

Please sign in to comment.