diff --git a/Cargo.lock b/Cargo.lock index ec2c732ad1..87adf68f5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8274,7 +8274,7 @@ dependencies = [ [[package]] name = "yagna" -version = "0.6.0" +version = "0.6.1" dependencies = [ "actix-rt", "actix-service", diff --git a/Cargo.toml b/Cargo.toml index 8f8401e372..c748ec8f8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yagna" -version = "0.6.0" +version = "0.6.1" description = "Open platform and marketplace for distributed computations" readme = "README.md" authors = ["Golem Factory "]