From acdb828cbd05e89eb4b962f2266628851fd266ab Mon Sep 17 00:00:00 2001 From: Shivam Saraswat Date: Wed, 29 Jan 2025 20:02:07 +0530 Subject: [PATCH] Correct the version --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index fdf7140..f3cf265 100644 --- a/src/main.py +++ b/src/main.py @@ -12,7 +12,7 @@ app = FastAPI( title="Secure Code Review AI Agent (SeCoRA) - AI SAST", description="AI-powered security vulnerability detection and remediation", - version="1.0.0" + version="0.1.0" ) # Configure CORS