Skip to content

Commit 328ada2

Browse files
Bump version number
1 parent 767252c commit 328ada2

File tree

3 files changed

+4
-4
lines changed

3 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.1.5
2+
SET release=6.1.6
33
SET comment=
44
SET version=%release%
55

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.1.5");
8+
private static readonly Version Version = new Version("6.1.6");
99

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

src/Umbraco.Web.UI/Umbraco.Web.UI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2602,9 +2602,9 @@ xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.0\x86\*.* "$(TargetDir)x86\"
26022602
<WebProjectProperties>
26032603
<UseIIS>True</UseIIS>
26042604
<AutoAssignPort>True</AutoAssignPort>
2605-
<DevelopmentServerPort>6150</DevelopmentServerPort>
2605+
<DevelopmentServerPort>6160</DevelopmentServerPort>
26062606
<DevelopmentServerVPath>/</DevelopmentServerVPath>
2607-
<IISUrl>http://localhost:6150</IISUrl>
2607+
<IISUrl>http://localhost:6160</IISUrl>
26082608
<NTLMAuthentication>False</NTLMAuthentication>
26092609
<UseCustomServer>False</UseCustomServer>
26102610
<CustomServerUrl>

0 commit comments

Comments
 (0)