File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/Umbraco.Core/Configuration Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
@ ECHO OFF
2
- SET release = 6.2.2
2
+ SET release = 6.2.3
3
3
SET comment =
4
4
SET version = %release%
5
5
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata >
4
4
<id >UmbracoCms.Core</id >
5
- <version >6.2.2 </version >
5
+ <version >6.2.3 </version >
6
6
<title >Umbraco Cms Core Binaries</title >
7
7
<authors >Umbraco HQ</authors >
8
8
<owners >Umbraco HQ</owners >
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata >
4
4
<id >UmbracoCms</id >
5
- <version >6.2.2 </version >
5
+ <version >6.2.3 </version >
6
6
<title >Umbraco Cms</title >
7
7
<authors >Umbraco HQ</authors >
8
8
<owners >Umbraco HQ</owners >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace Umbraco.Core.Configuration
5
5
{
6
6
public class UmbracoVersion
7
7
{
8
- private static readonly Version Version = new Version ( "6.2.2 " ) ;
8
+ private static readonly Version Version = new Version ( "6.2.3 " ) ;
9
9
10
10
/// <summary>
11
11
/// Gets the current version of Umbraco.
You can’t perform that action at this time.
0 commit comments