Skip to content

Commit

Permalink
Version updated to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sc2ad committed Feb 8, 2019
1 parent 53f0ef2 commit 767d0bb
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 @@ -15,7 +15,7 @@ public class DustDevil

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

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

0 comments on commit 767d0bb

Please sign in to comment.