Skip to content

Commit

Permalink
[RoleUtils] bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Dec 21, 2023
1 parent 6a96807 commit 5cdee1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roleutils/roleutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class RoleUtils(
"""

__author__: Final[List[str]] = ["inthedark.org", "PhenoM4n4n"]
__version__: Final[str] = "1.5.0"
__version__: Final[str] = "1.6.0"

def format_help_for_context(self, ctx: commands.Context) -> str:
pre_processed = super().format_help_for_context(ctx)
Expand Down

0 comments on commit 5cdee1f

Please sign in to comment.