From 09b38501fe933122d37c36ac0ffc2e3287aefe66 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Wed, 17 Jul 2024 17:36:00 +0200 Subject: [PATCH] Bump version to 0.2.0-beta3 Signed-off-by: Jonathan Schwender --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91b2e50..588bc34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ohos-sys" -version = "0.2.0-beta2" +version = "0.2.0-beta3" edition = "2021" description = "Bindings to the native API of OpenHarmony OS" license = "Apache-2.0"