Browse Source

8.1 will be the next release

pull/3042/head
Christoph Wille 2 years ago
parent
commit
50c2398227
  1. 2
      ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs

2
ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
public static class DecompilerVersionInfo
{
public const string Major = "8";
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