From 6373bab18acf9f9ebb66e81c2d989a2c698720ce Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 20 Apr 2020 17:22:41 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e055c74d..671043d6 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.1" +version = "0.4.0-beta.2" [dependencies] futures-core = "0.3.4"