From 6d8647bb338c2afd802bfed078e3615ef36fb802 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Sat, 16 Sep 2023 19:58:37 +0200 Subject: [PATCH] Set next version to 8.2 --- .../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 7d181c922..3271d1034 100644 --- a/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs +++ b/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs @@ -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;