Skip to content

Commit afc7fee

Browse files
author
Jonathan D.A. Jewell
committed
chore: bump version to 1.0.0
1 parent de25e86 commit afc7fee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
22
[package]
33
name = "panic-attacker"
4-
version = "0.2.0"
4+
version = "1.0.0"
55
edition = "2021"
66
authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]
77
license = "PMPL-1.0-or-later"

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use types::*;
2020

2121
#[derive(Parser)]
2222
#[command(name = "panic-attacker")]
23-
#[command(version = "0.2.0")]
23+
#[command(version = "1.0.0")]
2424
#[command(about = "Universal stress testing and logic-based bug signature detection")]
2525
#[command(long_about = None)]
2626
struct Cli {

0 commit comments

Comments
 (0)