Skip to content

Commit

Permalink
release(nanocl) 0.2.1 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s authored Feb 24, 2023
1 parent 0dadd9e commit 659edeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 bin/nanocl/src/models/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub struct SetupOpts {
pub(crate) deamon_hosts: Option<Vec<String>>,
#[clap(long)]
pub(crate) group: Option<String>,
#[clap(long, default_value = "0.2.0")]
#[clap(long, default_value = "0.2.1")]
pub(crate) version: String,
#[clap(long)]
pub(crate) hostname: Option<String>,
Expand Down

0 comments on commit 659edeb

Please sign in to comment.