From 14cec4848d0d6882b15b560fd6d088aa45a4ae01 Mon Sep 17 00:00:00 2001 From: makmu Date: Thu, 10 Mar 2016 12:29:48 +0100 Subject: [PATCH] release commit v1.0.0 --- GlobalAssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GlobalAssemblyInfo.cs b/GlobalAssemblyInfo.cs index 380f147..e728201 100644 --- a/GlobalAssemblyInfo.cs +++ b/GlobalAssemblyInfo.cs @@ -17,7 +17,7 @@ class Version public const string Minor = "0"; public const string Patch = "0"; - public const string Label = ReleaseLabel.Dev; + public const string Label = ReleaseLabel.Final; public const string AdditionalReleaseInformation = ""; public const string Current = Major + "." + Minor + "." + Patch; public const string FullCurrent = Current + "-" + Label + AdditionalReleaseInformation;