Updating version

This commit is contained in:
Morten Christensen
2013-03-01 15:39:24 -01:00
parent 361fa8836b
commit cb03178d99
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
@ECHO OFF
SET release=6.0.1
SET release=6.0.2
SET comment=
SET version=%release%

View File

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