You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: testteller/core/constants.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
APP_NAME="TestTeller"
9
9
# APP_VERSION is now imported from __init__.py to maintain single source of truth
10
10
# Import will be handled by __init__.py
11
-
FALLBACK_VERSION="2.0.0"# Fallback version when _version.py import fails
11
+
FALLBACK_VERSION="2.0.1"# Fallback version when _version.py import fails
12
12
# Application Description - Single Source of Truth
13
13
APP_DESCRIPTION="TestTeller: Your Next-Generation AI-Powered Test Agent for Comprehensive Test Case Generation and Test Automation leveraging RAG & GenAI"
0 commit comments