Bump version to 7.7.3

This commit is contained in:
Sebastiaan Janssen
2017-10-16 14:56:43 +02:00
parent 5eced19816
commit 80f172e3fb
3 changed files with 5 additions and 5 deletions

View File

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