From a792ad801d79a31de654ac0de1f72dda7626e9ad Mon Sep 17 00:00:00 2001 From: Mahmut Bulut Date: Tue, 21 Jul 2020 16:07:59 +0200 Subject: [PATCH] Bump towards 0.4.0 --- src/bastion/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bastion/Cargo.toml b/src/bastion/Cargo.toml index b1834308..46a0b741 100644 --- a/src/bastion/Cargo.toml +++ b/src/bastion/Cargo.toml @@ -5,7 +5,7 @@ name = "bastion" # - Update CHANGELOG.md. # - npm install -g auto-changelog && auto-changelog at the root # - Create "v0.x.y" git tag at the root of the project. -version = "0.3.7-alpha.0" +version = "0.4.0" description = "Fault-tolerant Runtime for Rust applications" authors = ["Mahmut Bulut "] keywords = ["fault-tolerant", "runtime", "actor", "system"]