Skip to content

Commit

Permalink
Update version to 4.2.4.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Sep 17, 2023
1 parent 57bf3db commit ab8bf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def __exit__(self, *exc: Any) -> None:
# logging.getLogger('boto').setLevel(logging.CRITICAL)

__title__ = "moto"
__version__ = "4.2.3.dev"
__version__ = "4.2.4.dev"


try:
Expand Down

0 comments on commit ab8bf21

Please sign in to comment.