Version 8.0.0-alpha.41

This commit is contained in:
Stephan
2018-05-21 23:04:18 +02:00
parent a3a14c8339
commit baba390c7b
2 changed files with 2 additions and 2 deletions

View File

@@ -19,4 +19,4 @@ using System.Resources;
// these are FYI and changed automatically
[assembly: AssemblyFileVersion("8.0.0")]
[assembly: AssemblyInformationalVersion("8.0.0-alpha.40")]
[assembly: AssemblyInformationalVersion("8.0.0-alpha.41")]

View File

@@ -22,7 +22,7 @@ namespace Umbraco.Core.Configuration
/// <summary>
/// Gets the version comment of the executing code (eg "beta").
/// </summary>
public static string CurrentComment => "alpha.40";
public static string CurrentComment => "alpha.41";
/// <summary>
/// Gets the assembly version of Umbraco.Code.dll.