From cf4f68bf3a4c7d78209d00f4a354dc0adc4eedcc Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Sat, 16 Sep 2023 18:39:12 +0200 Subject: [PATCH] Set version to 8.1.1 --- .../Properties/DecompilerVersionInfo.template.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs b/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs index 7d181c9229..58aca0d2f4 100644 --- a/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs +++ b/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs @@ -2,7 +2,7 @@ { public const string Major = "8"; public const string Minor = "1"; - public const string Build = "0"; + public const string Build = "1"; public const string Revision = "$INSERTREVISION$"; public const string VersionName = null;