Skip to content

Commit 4ee4f29

Browse files
committed
updates version
1 parent b9e4950 commit 4ee4f29

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/Build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@ECHO OFF
2-
SET release=6.2.2
2+
SET release=6.2.3
33
SET comment=
44
SET version=%release%
55

build/NuSpecs/UmbracoCms.Core.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>UmbracoCms.Core</id>
5-
<version>6.2.2</version>
5+
<version>6.2.3</version>
66
<title>Umbraco Cms Core Binaries</title>
77
<authors>Umbraco HQ</authors>
88
<owners>Umbraco HQ</owners>

build/NuSpecs/UmbracoCms.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>UmbracoCms</id>
5-
<version>6.2.2</version>
5+
<version>6.2.3</version>
66
<title>Umbraco Cms</title>
77
<authors>Umbraco HQ</authors>
88
<owners>Umbraco HQ</owners>

src/Umbraco.Core/Configuration/UmbracoVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Umbraco.Core.Configuration
55
{
66
public class UmbracoVersion
77
{
8-
private static readonly Version Version = new Version("6.2.2");
8+
private static readonly Version Version = new Version("6.2.3");
99

1010
/// <summary>
1111
/// Gets the current version of Umbraco.

0 commit comments

Comments
 (0)