Skip to content

Commit

Permalink
Version 8.0.0-alpha.41
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan committed May 21, 2018
1 parent a3a14c8 commit baba390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SolutionInfo.cs
Expand Up @@ -19,4 +19,4 @@

// 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")]
2 changes: 1 addition & 1 deletion src/Umbraco.Core/Configuration/UmbracoVersion.cs
Expand Up @@ -22,7 +22,7 @@ public static class UmbracoVersion
/// <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.
Expand Down

0 comments on commit baba390

Please sign in to comment.