Skip to content

Commit

Permalink
bump version to 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfriedpammer committed Jun 5, 2016
1 parent 33e0ec7 commit 6a58560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ILSpy/Properties/AssemblyInfo.template.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
internal static class RevisionClass
{
public const string Major = "2";
public const string Minor = "3";
public const string Build = "2";
public const string Minor = "4";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = null;

Expand Down

0 comments on commit 6a58560

Please sign in to comment.