Bump version number

This commit is contained in:
Sebastiaan Janssen
2013-05-28 15:15:32 -02:00
parent e7d157a209
commit 2f61bc27c8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
@ECHO OFF
SET release=6.0.5
SET release=6.0.6
SET comment=
SET version=%release%

View File

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