Bump version to 7.7.5

This commit is contained in:
Sebastiaan Janssen
2017-11-14 07:17:19 +01:00
parent 000ba73887
commit dad77fc506
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.4");
private static readonly Version Version = new Version("7.7.5");
/// <summary>
/// Gets the current version of Umbraco.