Skip to content

Commit

Permalink
Updated informational version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Herzog committed Dec 6, 2024
1 parent 76db531 commit 7581417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Smartstore/SmartstoreVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ public static string GenerateHelpUrl(string languageCode, string path)
public static string GetUserGuideSpaceKey(string languageCode)
{
return languageCode.EqualsNoCase("de")
? "SDDE50"
: "SMNET50";
? "SDDE60"
: "SMNET60";
}

/// <summary>
Expand Down

0 comments on commit 7581417

Please sign in to comment.