From 25fb4f4ffe0f2cc72fcbf02835bb6f583f74cfa4 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Thu, 24 Jan 2019 22:11:13 +0100 Subject: [PATCH] Prepare 4.0.1 hotfix release. --- ILSpy/Properties/AssemblyInfo.template.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ILSpy/Properties/AssemblyInfo.template.cs b/ILSpy/Properties/AssemblyInfo.template.cs index 3819a4c1c1..a6228d001a 100644 --- a/ILSpy/Properties/AssemblyInfo.template.cs +++ b/ILSpy/Properties/AssemblyInfo.template.cs @@ -40,7 +40,7 @@ internal static class RevisionClass { public const string Major = "4"; public const string Minor = "0"; - public const string Build = "0"; + public const string Build = "1"; public const string Revision = "$INSERTREVISION$"; public const string VersionName = null;