bump version

This commit is contained in:
Shannon
2014-12-09 18:55:54 +11:00
committed by Sebastiaan Janssen
parent d445f7cb0d
commit d11a377f0f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
# Usage: on line 2 put the release version, on line 3 put the version comment (example: beta)
7.2.0
7.2.1

View File

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