Skip to content

Commit 23847ae

Browse files
chore: bump AFLR version, prepare release (#36)
1 parent 8db4565 commit 23847ae

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "afl_runner"
33
authors = ["0x434b <admin@0x434b.dev"]
44
repository = "https://github.com/0xricksanchez/AFL_Runner"
55
description = "Scaling best-practice AFLPlusPlus fuzzing campaigns made easy"
6-
version = "0.4.2"
6+
version = "0.4.3"
77
edition = "2021"
88
keywords = ["afl", "fuzzing", "fuzz-testing", "testing", "fuzzer"]
99
license = "Apache-2.0"

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const AFL_OUTPUT: &str = "/tmp/afl_output";
1212
#[derive(Parser, Debug, Clone)]
1313
#[command(name = "Parallelized AFLPlusPlus Campaign Runner")]
1414
#[command(author = "C.K. <admin@0x434b.dev>")]
15-
#[command(version = "0.4.2")]
15+
#[command(version = env!("CARGO_PKG_VERSION"))]
1616
pub struct Cli {
1717
/// Subcommand to execute
1818
#[command(subcommand)]

0 commit comments

Comments
 (0)