Skip to content

Commit

Permalink
Updated gitignore, updated version to 5.0.1-beta because technically …
Browse files Browse the repository at this point in the history
…this is a different release.
  • Loading branch information
GregRos committed Sep 2, 2015
1 parent 7e40a5f commit a4a6315
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ bld/
[Bb]in/
[Oo]bj/
Old/

/PoE Latest Builds/*.zip
/PoE Latest Builds/iemod

# Visual Studo 2015 cache/options directory
.vs/
Expand Down
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.0.0";
public const string Version = "5.0.0-beta";
public const string StupidVersion = "5.0.1";
public const string Version = "5.0.1-beta";
}
}

0 comments on commit a4a6315

Please sign in to comment.