From 811bc15c75ff12c1a89ecac0af7d097e9de73d2f Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Tue, 3 Dec 2024 09:22:21 +0100 Subject: [PATCH] [ruby/json] Release 2.9.0 https://github.com/ruby/json/commit/e1f6456499 --- 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 d5cfb54919..95854a4327 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.8.2' + VERSION = '2.9.0' end