Skip to content

Commit

Permalink
Bump What's new help menu item to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Jul 26, 2023
1 parent fad37fd commit dec8ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtail/admin/wagtail_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ def register_reports_menu():

@hooks.register("register_help_menu_item")
def register_whats_new_in_wagtail_version_menu_item():
version = "5.0"
version = "5.2"
return DismissibleMenuItem(
_("What's new in Wagtail %(version)s") % {"version": version},
wagtail_feature_release_whats_new_link(),
Expand Down

0 comments on commit dec8ec4

Please sign in to comment.