Skip to content

Commit

Permalink
Bump version to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Sep 19, 2024
1 parent f197158 commit 822520e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <contact@golem.network>"]
Expand Down
6 changes: 5 additions & 1 deletion golem_cli/src/command/yagna.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit 822520e

Please sign in to comment.