Bump version number

This commit is contained in:
Sebastiaan Janssen
2013-05-30 10:23:35 -02:00
parent afbe3ca3b9
commit a8ad8c2a43
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
@ECHO OFF
SET release=6.0.6
SET release=6.0.7
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.6");
private static readonly Version Version = new Version("6.0.7");
/// <summary>
/// Gets the current version of Umbraco.