Skip to content

Commit

Permalink
CM-21631 SCA CLI - release version 0.2.3 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
morsa4406 authored Mar 30, 2023
1 parent 5dc722f commit 9cc347e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Perform the following steps to install the pre-commit hook:
```yaml
repos:
- repo: https://github.com/cycodehq-public/cycode-cli
rev: 0.2.2
rev: 0.2.3
hooks:
- id: cycode
language_version: python3
Expand Down
2 changes: 1 addition & 1 deletion cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.2"
__version__ = "0.2.3"
2 changes: 1 addition & 1 deletion cyclient/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .config import logger

__version__ = "0.2.2"
__version__ = "0.2.3"


__all__ = [
Expand Down

0 comments on commit 9cc347e

Please sign in to comment.