Skip to content
Snippets Groups Projects
Commit 5d8f6df0 authored by Per Lindgren's avatar Per Lindgren
Browse files

bump version

parent be1ee38f
Branches
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ fn main() -> Result<(), failure::Error> { ...@@ -22,7 +22,7 @@ fn main() -> Result<(), failure::Error> {
fn run() -> Result<i32, failure::Error> { fn run() -> Result<i32, failure::Error> {
let matches = App::new("cargo-klee") let matches = App::new("cargo-klee")
.version("0.3.0") .version("0.4.0")
.author("Lulea University of Technology (LTU)") .author("Lulea University of Technology (LTU)")
.about("KLEE analysis of Rust application") .about("KLEE analysis of Rust application")
// as this is used as a Cargo sub-command the first argument will be the name of the binary // as this is used as a Cargo sub-command the first argument will be the name of the binary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment