Browse Source

Set next version to 8.2

pull/3088/head
Christoph Wille 2 years ago committed by GitHub
parent
commit
6d8647bb33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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 = "1";
public const string Minor = "2";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = null;

Loading…
Cancel
Save