Fixing nuget related issue #U4-2067 and updating version

This commit is contained in:
Morten Christensen
2013-04-22 06:01:31 -02:00
parent 222723b8fe
commit c573459626
4 changed files with 58 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ namespace Umbraco.Core.Configuration
{
public class UmbracoVersion
{
private static readonly Version Version = new Version("6.0.3");
private static readonly Version Version = new Version("6.0.4");
/// <summary>
/// Gets the current version of Umbraco.