Version 8.0.0-alpha0020

This commit is contained in:
Stephan
2016-09-19 12:25:14 +02:00
parent 7784dfbbcb
commit 3bee1d3bce
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ using System.Resources;
[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyFileVersion("8.0.0")]
[assembly: AssemblyInformationalVersion("8.0.0-alpha0016")]
[assembly: AssemblyInformationalVersion("8.0.0-alpha0020")]
@@ -21,7 +21,7 @@ namespace Umbraco.Core.Configuration
/// <summary>
/// Gets the version comment of the executing code (eg "beta").
/// </summary>
public static string CurrentComment => "alpha0017";
public static string CurrentComment => "alpha0020";
/// <summary>
/// Gets the assembly version of Umbraco.Code.dll.