We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c666b11 commit a3372fbCopy full SHA for a3372fb
src/config.py
@@ -49,7 +49,7 @@ def __init__(self, env: Dict[str, str] = os.environ, testing: bool = False):
49
self.testing = testing
50
51
# --- Preset ---
52
- self.VERSION = "v1.0.8"
+ self.VERSION = "v1.0.9"
53
self.USER_AGENT = f"contrast-smart-fix {self.VERSION}"
54
55
# --- Core Settings ---
0 commit comments