From 807faf5445d75d99b77b85ecae2a84e64ae16b26 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Thu, 18 Sep 2025 16:26:02 +0200 Subject: [PATCH] [ruby/json] Release 2.14.1 https://github.com/ruby/json/commit/51ce76ea66 --- 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 165b93cff0..9c928e3940 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.14.0' + VERSION = '2.14.1' end