Skip to content

Commit 22443ca

Browse files
authored
aligning wasmflow and wafl CLI versions with the package version (#71)
1 parent fec0865 commit 22443ca

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

crates/bins/wafl/src/commands.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ use clap::{AppSettings, Parser, Subcommand};
1313
global_setting(AppSettings::DeriveDisplayOrder),
1414
name = crate::BIN_NAME,
1515
about = crate::BIN_DESC,
16-
version = option_env!("WAFL_VERSION").unwrap_or("0.0.0")
1716
)]
1817
pub(crate) struct Cli {
1918
#[clap(subcommand)]

crates/bins/wasmflow/src/commands.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ use logger::LoggingOptions;
1212
global_setting(AppSettings::DeriveDisplayOrder),
1313
name = crate::BIN_NAME,
1414
about = crate::BIN_DESC,
15-
version = option_env!("WASMFLOW_VERSION").unwrap_or("0.0.0")
1615
)]
1716
pub(crate) struct Cli {
1817
#[clap(subcommand)]

0 commit comments

Comments
 (0)