From 8e426a3aee9a847ea7903f10399d62c3f15618d6 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Mon, 28 Jul 2025 09:02:29 +0200 Subject: [PATCH] [ruby/json] Release 2.13.2 https://github.com/ruby/json/commit/9e3efbfa22 --- 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 2aef3d7f61..f9ac3e17a9 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.13.1' + VERSION = '2.13.2' end