Version 8.0.0-alpha.37

This commit is contained in:
Stephan
2018-05-17 18:17:04 +02:00
parent 6ce24bf1a1
commit c13e3ec220
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.36")]
[assembly: AssemblyInformationalVersion("8.0.0-alpha.37")]

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.36";
public static string CurrentComment => "alpha.37";
/// <summary>
/// Gets the assembly version of Umbraco.Code.dll.