Browse Source

Set version to 6.1

pull/2081/head
Christoph Wille 5 years ago
parent
commit
eed9ebc4cf
  1. 2
      ILSpy/Properties/AssemblyInfo.template.cs

2
ILSpy/Properties/AssemblyInfo.template.cs

@ -37,7 +37,7 @@ using System.Diagnostics.CodeAnalysis; @@ -37,7 +37,7 @@ using System.Diagnostics.CodeAnalysis;
internal static class RevisionClass
{
public const string Major = "6";
public const string Minor = "0";
public const string Minor = "1";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = null;

Loading…
Cancel
Save