From 9ab83e71deee0854323e3ffb03a984a049dbc931 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Fri, 27 Sep 2019 18:52:58 +0200 Subject: [PATCH] Reset version back to 6.0.0. --- 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 0cf41b0d0..f4a337c24 100644 --- a/ILSpy/Properties/AssemblyInfo.template.cs +++ b/ILSpy/Properties/AssemblyInfo.template.cs @@ -37,7 +37,7 @@ internal static class RevisionClass { public const string Major = "6"; public const string Minor = "0"; - public const string Build = "1"; + public const string Build = "0"; public const string Revision = "$INSERTREVISION$"; public const string VersionName = "alpha1";