Updating nuspec files which is a bit different for 6.1.x then 6.0.x

This commit is contained in:
Morten Christensen
2013-06-27 15:36:25 +02:00
parent b90150279b
commit 4368f15097
5 changed files with 11 additions and 12 deletions

View File

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