From 502bd6ba37b1820f5f5a0fe6bc9820797fddc0d6 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Mon, 10 Feb 2025 12:02:54 +0100 Subject: [PATCH] [ruby/json] Release 2.10.0 https://github.com/ruby/json/commit/8b56d47254 --- ext/json/lib/json/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/json/lib/json/version.rb b/ext/json/lib/json/version.rb index 4fc5ff83d5..e2297c1a63 100644 --- a/ext/json/lib/json/version.rb +++ b/ext/json/lib/json/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module JSON - VERSION = '2.9.1' + VERSION = '2.10.0' end