From 59d891bee9c670335084b58c34b85416e7bc2dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Krzysztof=20Rekucki?= Date: Mon, 27 Nov 2023 19:59:25 +0100 Subject: [PATCH] release {{crate_name}} {{version}} --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d156a45c6d..4f783765de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9394,7 +9394,7 @@ dependencies = [ [[package]] name = "yagna" -version = "0.13.1" +version = "0.13.2" dependencies = [ "actix-rt", "actix-service", diff --git a/Cargo.toml b/Cargo.toml index 4f2a192822..13db828b7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yagna" -version = "0.13.1" +version = "0.13.2" description = "Open platform and marketplace for distributed computations" readme = "README.md" authors = ["Golem Factory "]