Skip to content

Commit e850562

Browse files
committed
fix: nanocld_client default version
1 parent 693a883 commit e850562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/nanocld_client/src/http_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use nanocl_error::{
1616

1717
use crate::error::is_api_error;
1818

19-
pub const NANOCLD_DEFAULT_VERSION: &str = "0.16.0";
19+
pub const NANOCLD_DEFAULT_VERSION: &str = "0.17.0";
2020

2121
#[derive(Clone, Debug)]
2222
pub struct ConnectOpts {

0 commit comments

Comments
 (0)