Skip to content

Commit 0be4e1f

Browse files
shivasuryaclaude
andcommitted
chore: bump version to 1.2.2
Updates version across all components: - sast-engine/VERSION: 1.2.2 - python-sdk/pyproject.toml: 1.2.2 - python-sdk/codepathfinder/__init__.py: 1.2.2 Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 548a8d9 commit 0be4e1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python-sdk/codepathfinder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
... )
2323
"""
2424

25-
__version__ = "1.2.0"
25+
__version__ = "1.2.2"
2626

2727
from .matchers import calls, variable
2828
from .decorators import rule

python-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "codepathfinder"
7-
version = "1.2.1"
7+
version = "1.2.2"
88
description = "Python SDK for code-pathfinder static analysis for modern security teams"
99
readme = "README.md"
1010
requires-python = ">=3.8"

sast-engine/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
1.2.2

0 commit comments

Comments
 (0)