diff --git a/Cargo.lock b/Cargo.lock index ce99bafe9..bc47c4f98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9655,7 +9655,7 @@ dependencies = [ [[package]] name = "yagna" -version = "0.16.0" +version = "0.16.1" dependencies = [ "actix-rt", "actix-service", diff --git a/Cargo.toml b/Cargo.toml index 6aa0ed040..35ad382f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yagna" -version = "0.16.0" +version = "0.16.1" description = "Open platform and marketplace for distributed computations" readme = "README.md" authors = ["Golem Factory "] diff --git a/golem_cli/src/command/yagna.rs b/golem_cli/src/command/yagna.rs index 3f48290a3..9e41fa1f0 100644 --- a/golem_cli/src/command/yagna.rs +++ b/golem_cli/src/command/yagna.rs @@ -152,7 +152,11 @@ lazy_static! { ); ngm.insert( NetworkGroup::Testnet, - vec![NetworkName::Holesky, NetworkName::Amoy, NetworkName::Sepolia], + vec![ + NetworkName::Holesky, + NetworkName::Amoy, + NetworkName::Sepolia, + ], ); ngm };