Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
yevh authored May 31, 2024
1 parent f58bd30 commit a8790cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l3x/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use walkdir::WalkDir;
#[tokio::main]
async fn main() -> Result<(), Box<dyn Error>> {
let matches = App::new("AI-driven Smart Contract Static Analyzer")
.version("0.0.3")
.version("0.3")
.author("YevhSec")
.about("L3X detects vulnerabilities in Smart Contracts based on patterns and AI code analysis. Currently supports Solana based on Rust and Ethereum based on Solidity.")
.arg(Arg::with_name("folder_path")
Expand Down

0 comments on commit a8790cc

Please sign in to comment.