Bump version number

This commit is contained in:
Sebastiaan Janssen
2014-08-25 15:14:21 +02:00
parent ebf24d69b5
commit 101e116baf
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("7.1.5");
private static readonly Version Version = new Version("7.1.6");
/// <summary>
/// Gets the current version of Umbraco.