Bump version number

This commit is contained in:
Sebastiaan Janssen
2013-05-30 10:26:40 -02:00
parent b70c98ea74
commit d8a8bf5f74
2 changed files with 2 additions and 2 deletions

View File

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