Skip to content

Commit

Permalink
Incremented version number for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayharvey committed Mar 8, 2016
1 parent 5860d7d commit ec0225e
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 ec0225e

Please sign in to comment.