Bump version

This commit is contained in:
Sebastiaan Janssen
2014-11-12 14:28:13 +01:00
parent ed8cc2ad0d
commit 4eb0981552
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
7.1.8
7.1.9

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.