Skip to content

Commit 848a855

Browse files
committed
chore: bump version to 2.0.3 for release
Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
1 parent b3dc20e commit 848a855

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: "Socket"
44

55
runs:
66
using: "docker"
7-
image: "docker://ghcr.io/socketdev/socket-basics:2.0.2"
7+
image: "docker://ghcr.io/socketdev/socket-basics:2.0.3"
88
env:
99
# Core GitHub variables (these are automatically available, but we explicitly pass GITHUB_TOKEN)
1010
GITHUB_TOKEN: ${{ inputs.github_token }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "socket_basics"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "Socket Basics with integrated SAST, secret scanning, and container analysis"
55
readme = "README.md"
66
requires-python = ">=3.10"

socket_basics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .socket_basics import SecurityScanner, main
1313
from .core.config import load_config_from_env, Config
1414

15-
__version__ = "2.0.2"
15+
__version__ = "2.0.3"
1616
__author__ = "Socket.dev"
1717
__email__ = "support@socket.dev"
1818

socket_basics/version.py

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

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)