Skip to content

Commit

Permalink
Correct the version
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamsaraswat committed Jan 29, 2025
1 parent d7b84a9 commit acdb828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acdb828

Please sign in to comment.