From abcafb080ce9fe94cb13cca0e813a0a44d23cdc6 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Mon, 10 Feb 2025 21:22:39 +0100 Subject: [PATCH] [ruby/json] Release 2.10.1 https://github.com/ruby/json/commit/aa5b7d6acb --- 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 e2297c1a63..65bcb976fa 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.10.0' + VERSION = '2.10.1' end