From 807f2b3178c9a9de5adf839905c6fa179e15fc7a Mon Sep 17 00:00:00 2001 From: "nieznany.sprawiciel" Date: Mon, 6 Dec 2021 17:29:20 +0100 Subject: [PATCH] release yagna 0.9.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3f5242b2d..95682f31a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7680,7 +7680,7 @@ dependencies = [ [[package]] name = "yagna" -version = "0.8.0" +version = "0.9.0" dependencies = [ "actix-rt", "actix-service", diff --git a/Cargo.toml b/Cargo.toml index 77722b5eaf..0e426b9388 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yagna" -version = "0.8.0" +version = "0.9.0" description = "Open platform and marketplace for distributed computations" readme = "README.md" authors = ["Golem Factory "]