From 91efe7b64f7ff6f67b8c270d37db50590af3a979 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Wed, 18 Dec 2024 17:58:38 +0100 Subject: [PATCH] [ruby/json] Release 2.9.1 https://github.com/ruby/json/commit/f745ec145e --- 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 95854a4327f7f6..4fc5ff83d5f5f3 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.9.0' + VERSION = '2.9.1' end