Skip to content

Commit

Permalink
feat: OZI-Project/checkpoint 1.1.0 - build is checkpointed as well
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Oct 25, 2024
1 parent 4d8f151 commit 4b69eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ozi_spec/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Checkpoint(Default):
"""Checkpoint suites to run."""

suites: tuple[str, ...] = ('dist', 'lint', 'test')
version: str = '1.0.2'
version: str = '1.1.0'


@dataclass(slots=True, frozen=True, eq=True)
Expand Down

0 comments on commit 4b69eee

Please sign in to comment.