diff --git a/dayforce_client/client.py b/dayforce_client/client.py index 4c4dd5c..6e63f09 100644 --- a/dayforce_client/client.py +++ b/dayforce_client/client.py @@ -20,7 +20,7 @@ class Dayforce(object): username: str = attr.ib() password: str = attr.ib(repr=False) client_namespace: str = attr.ib() - dayforce_release: int = attr.ib(default=57) + dayforce_release: int = attr.ib(default=58) api_version: str = attr.ib(default="V1") url: str = attr.ib(init=False)