Skip to content

Commit

Permalink
chore: bump minimum compatible AVS version from 0.9.0 to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Sep 3, 2024
1 parent b6cf061 commit 654d9a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __init__(
self._closed: bool = False
self._cluster_id: int = 0
self.current_server_version = ""
self.minimum_required_version = "0.9.0"
self.minimum_required_version = "0.9.1"
self.client_server_compatible = False

def get_token(self) -> grpc.access_token_call_credentials:
Expand Down

0 comments on commit 654d9a4

Please sign in to comment.