Skip to content

Commit

Permalink
Merge pull request #28 from bwks/version
Browse files Browse the repository at this point in the history
cli version
  • Loading branch information
bwks authored Aug 25, 2023
2 parents aa65d8e + 1b64503 commit c2dc8ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netkraken"
version = "0.1.2"
version = "0.1.3"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::util::message::cli_header_msg;
#[derive(Debug, Parser)]
#[command(name = "nk")]
#[command(bin_name = "nk")]
#[command(version = "0.1.0")]
#[command(version = env!("CARGO_PKG_VERSION"))]
#[command(about = "NetKraken - Cross platform network connectivity tester", long_about = None)]
pub struct Cli {
/// Destination hostname or IP address ||
Expand Down

0 comments on commit c2dc8ec

Please sign in to comment.