Skip to content

Commit

Permalink
🏷️: bump to rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
schlich committed Feb 28, 2024
1 parent 3cb5a73 commit 50bf7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtailmenus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# major.minor.patch.release.number
# release must be one of alpha, beta, rc, or final
VERSION = (4, 0, 0, "rc", 2)
VERSION = (4, 0, 0, "rc", 3)
__version__ = get_version(VERSION)
stable_branch_name = get_stable_branch_name(VERSION)

Expand Down

0 comments on commit 50bf7ee

Please sign in to comment.