Skip to content

Commit

Permalink
Merge pull request IEMod#86 from tjayharvey/master
Browse files Browse the repository at this point in the history
Incremented Version Number for next release.
  • Loading branch information
tjayharvey committed Mar 8, 2016
2 parents 94e3ccc + ec0225e commit 25897b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IEMod/Properties/IEMod.Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace IEMod {
/// </summary>
[NewType]
public static class IEModVersion {
public const string StupidVersion = "5.2.1";
public const string Version = "5.2.1-beta";
public const string StupidVersion = "5.2.2";
public const string Version = "5.2.2-beta";
}
}

0 comments on commit 25897b8

Please sign in to comment.