Skip to content

Commit d9ae506

Browse files
committed
Release 0.5.0
1 parent a0b7bf1 commit d9ae506

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "hammerload"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55

66
[dependencies]

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ enum Protocol {
1212

1313
#[derive(Parser, Debug)]
1414
#[command(
15-
author = "Your Name",
16-
version = "0.4.0",
15+
author = "Kostiantyn Hantsov",
16+
version = "0.5.0",
1717
about = "Hammerload - A load testing tool for HTTP protocols"
1818
)]
1919
struct Args {

0 commit comments

Comments
 (0)