From fbb68eea84546febed047198fa01a47ce7c7416a Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 22 Apr 2020 22:57:57 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9b4d43d..a1daf89d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "ruma-client" readme = "README.md" repository = "https://github.com/ruma/ruma-client" -version = "0.4.0-beta.2" +version = "0.4.0-beta.3" [dependencies] futures-core = "0.3.4"