From 988fee69efa5ebc9f9860def60699a9a334d8314 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 21 Apr 2025 12:15:41 +0200 Subject: [PATCH] Set version 9.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 cfee11d22..f4a587815 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 = "9"; - 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;