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 9d967b9 commit 5238a9eCopy full SHA for 5238a9e
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.7"
+ self.VERSION = "v1.0.8"
53
self.USER_AGENT = f"contrast-smart-fix {self.VERSION}"
54
55
# --- Core Settings ---
0 commit comments