From 22490f796848f2be64817855f762828c44497172 Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Thu, 6 Jun 2024 19:07:41 +0200 Subject: [PATCH] ruby: Bump version to 0.0.7 (#12743) (Forgot to bump in the other PR) Release Notes: - N/A --- extensions/ruby/extension.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/ruby/extension.toml b/extensions/ruby/extension.toml index ab20201168d2828e03a86dc21fc589d6f5574cd7..f4180acdef81cf2c3c748ff544dd85ef1a02c8db 100644 --- a/extensions/ruby/extension.toml +++ b/extensions/ruby/extension.toml @@ -1,7 +1,7 @@ id = "ruby" name = "Ruby" description = "Ruby support." -version = "0.0.6" +version = "0.0.7" schema_version = 1 authors = ["Vitaly Slobodin "] repository = "https://github.com/zed-industries/zed"