From 169b33d1d5532043ad6c56bb482a69e2d437c9d8 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Thu, 24 Apr 2025 10:11:28 +0200 Subject: [PATCH] [ruby/json] Release 2.11.0 https://github.com/ruby/json/commit/a6949f8656 --- 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 9c21f18b35..59adffc4d1 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.2' + VERSION = '2.11.0' end