Bump version to 7.6.2

This commit is contained in:
mikkelhm
2017-05-29 15:07:37 +02:00
parent 728dee070f
commit b0a739b4ac
4 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.6.1");
private static readonly Version Version = new Version("7.6.2");
/// <summary>
/// Gets the current version of Umbraco.