From 8382f7c30c46ac3f4af70e569a54a2c0b745b3b6 Mon Sep 17 00:00:00 2001 From: Erick Guan <297343+erickguan@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:23:16 +0100 Subject: [PATCH] Revert "Bump version to track development progress" This reverts commit 5ee304afe3aa26d0aee2831051d5734fe77ce332. --- bindings/ruby/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ruby/Cargo.toml b/bindings/ruby/Cargo.toml index f73bef37ace5..50c6842af66e 100644 --- a/bindings/ruby/Cargo.toml +++ b/bindings/ruby/Cargo.toml @@ -18,7 +18,7 @@ [package] name = "opendal-ruby" publish = false -version = "0.1.12" +version = "0.1.11" authors = ["Apache OpenDAL "] edition = "2021"