From d584349eecdf7f4aa921478b03429aa322511b21 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sun, 12 Jul 2015 20:39:35 +0200 Subject: [PATCH] Set version number to 2.3.1. --- 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 852772ae14..c4be7cef58 100644 --- a/ILSpy/Properties/AssemblyInfo.template.cs +++ b/ILSpy/Properties/AssemblyInfo.template.cs @@ -36,7 +36,7 @@ internal static class RevisionClass { public const string Major = "2"; public const string Minor = "3"; - public const string Build = "0"; + public const string Build = "1"; public const string Revision = "$INSERTREVISION$"; public const string VersionName = null;