diff --git a/crates/nanocld_client/src/http_client.rs b/crates/nanocld_client/src/http_client.rs index 88da5c83..3e5baa54 100644 --- a/crates/nanocld_client/src/http_client.rs +++ b/crates/nanocld_client/src/http_client.rs @@ -16,7 +16,7 @@ use nanocl_error::{ use crate::error::is_api_error; -pub const NANOCLD_DEFAULT_VERSION: &str = "0.15.0"; +pub const NANOCLD_DEFAULT_VERSION: &str = "0.16.0"; #[derive(Clone, Debug)] pub struct ConnectOpts { diff --git a/installer.yml b/installer.yml index ce4d72f3..f1ab49f0 100644 --- a/installer.yml +++ b/installer.yml @@ -78,7 +78,7 @@ Cargoes: # {% if channel == "nightly" %} Image: ghcr.io/next-hat/ncproxy:0.13.2-nightly # {% else %} - Image: ghcr.io/next-hat/ncproxy:0.13.1 + Image: ghcr.io/next-hat/ncproxy:0.13.2 # {% endif %} Tty: true Cmd: @@ -112,7 +112,7 @@ Cargoes: # {% if channel == "nightly" %} Image: ghcr.io/next-hat/ncdns:0.8.2-nightly # {% else %} - Image: ghcr.io/next-hat/ncdns:0.8.1 + Image: ghcr.io/next-hat/ncdns:0.8.2 # {% endif %} Tty: true Cmd: @@ -136,7 +136,7 @@ Cargoes: # {% if channel == "nightly" %} Image: ghcr.io/next-hat/nanocld:0.16.2-nightly # {% else %} - Image: ghcr.io/next-hat/nanocld:0.16.1 + Image: ghcr.io/next-hat/nanocld:0.16.2 # {% endif %} Tty: true Hostname: nanocl.internal @@ -183,7 +183,7 @@ Cargoes: # {% if channel == "nightly" %} Image: ghcr.io/next-hat/ncvpnkit:0.6.2-nightly # {% else %} - Image: ghcr.io/next-hat/ncvpnkit:0.6.1 + Image: ghcr.io/next-hat/ncvpnkit:0.6.2 # {% endif %} Tty: true Hostname: ncvpnkit.nanocl.internal