Merge branch '7.1.9' of https://github.com/umbraco/Umbraco-CMS into 7.1.9

This commit is contained in:
Shannon
2014-11-13 13:06:53 +11:00
5 changed files with 12 additions and 9 deletions

View File

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