Skip to content

Commit 9cc347e

Browse files
authored
CM-21631 SCA CLI - release version 0.2.3 (#99)
1 parent 5dc722f commit 9cc347e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Perform the following steps to install the pre-commit hook:
191191
```yaml
192192
repos:
193193
- repo: https://github.com/cycodehq-public/cycode-cli
194-
rev: 0.2.2
194+
rev: 0.2.3
195195
hooks:
196196
- id: cycode
197197
language_version: python3

cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.2"
1+
__version__ = "0.2.3"

cyclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .config import logger
22

3-
__version__ = "0.2.2"
3+
__version__ = "0.2.3"
44

55

66
__all__ = [

0 commit comments

Comments
 (0)