Increase version to 6.1.4

This commit is contained in:
Sebastiaan Janssen
2013-07-25 11:59:37 +02:00
parent a099af39c2
commit e41d3c7e84
3 changed files with 4 additions and 4 deletions

View File

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