Skip to content

Commit

Permalink
Updated Version to create new release!
Browse files Browse the repository at this point in the history
  • Loading branch information
sc2ad committed Dec 2, 2018
1 parent 51e3f80 commit 4916174
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DotE_Patch_Mod/DustDevilFramework/DustDevil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ public class DustDevil
{
private static DustDevil Instance;

public static int MajorVersion { get; } = 2;
public static int MinorVersion { get; } = 7;
public static int Revision { get; } = 1;
public static int MajorVersion { get; } = 3;
public static int MinorVersion { get; } = 0;
public static int Revision { get; } = 0;

private static List<ScadMod> ModList = new List<ScadMod>();

Expand Down

0 comments on commit 4916174

Please sign in to comment.