Skip to content

Commit

Permalink
Preemptively bump supported client version
Browse files Browse the repository at this point in the history
  • Loading branch information
d-j-hatton committed Jul 27, 2023
1 parent 5cbfcb0 commit 94463f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/murfey/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import annotations

__version__ = "0.7.18"
__supported_client_version__ = "0.7.18"
__supported_client_version__ = "0.7.19"

0 comments on commit 94463f1

Please sign in to comment.