Skip to content

Commit 3b479f2

Browse files
Merge pull request #52 from Contrast-Security-OSS/release_candidate_v1_0_9
Bump version to v1.0.9
2 parents c666b11 + a3372fb commit 3b479f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def __init__(self, env: Dict[str, str] = os.environ, testing: bool = False):
4949
self.testing = testing
5050

5151
# --- Preset ---
52-
self.VERSION = "v1.0.8"
52+
self.VERSION = "v1.0.9"
5353
self.USER_AGENT = f"contrast-smart-fix {self.VERSION}"
5454

5555
# --- Core Settings ---

0 commit comments

Comments
 (0)