From 1e580af70f7b57111405081fb8bd6a6684e4ac07 Mon Sep 17 00:00:00 2001 From: Matthieu Le brazidec Date: Mon, 2 Dec 2019 11:45:30 +0100 Subject: [PATCH] (cargo-release) start next development iteration 0.3.2-alpha.0 --- bastion/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bastion/Cargo.toml b/bastion/Cargo.toml index e8293a4f..7fe3ce05 100644 --- a/bastion/Cargo.toml +++ b/bastion/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bastion" -version = "0.3.1" +version = "0.3.2-alpha.0" description = "Fault-tolerant Runtime for Rust applications" authors = ["Mahmut Bulut "] keywords = ["fault-tolerant", "runtime", "actor", "system"]