Bump version to 7.12.1

This commit is contained in:
Sebastiaan Janssen
2018-08-15 15:46:58 +02:00
parent 1dbf509020
commit 39e8a9fa67
3 changed files with 6 additions and 6 deletions

View File

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