Updates version to 7.1.7

This commit is contained in:
Shannon
2014-09-29 16:27:02 +10:00
committed by Sebastiaan Janssen
parent 88ec514630
commit b975a02bfa
6 changed files with 6 additions and 10 deletions

View File

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