We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de25e86 commit afc7feeCopy full SHA for afc7fee
Cargo.toml
@@ -1,7 +1,7 @@
1
# SPDX-License-Identifier: PMPL-1.0-or-later
2
[package]
3
name = "panic-attacker"
4
-version = "0.2.0"
+version = "1.0.0"
5
edition = "2021"
6
authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]
7
license = "PMPL-1.0-or-later"
src/main.rs
@@ -20,7 +20,7 @@ use types::*;
20
21
#[derive(Parser)]
22
#[command(name = "panic-attacker")]
23
-#[command(version = "0.2.0")]
+#[command(version = "1.0.0")]
24
#[command(about = "Universal stress testing and logic-based bug signature detection")]
25
#[command(long_about = None)]
26
struct Cli {
0 commit comments