From 112c86e2640f596a4b7eeca6ebbe8c9909dfec08 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Tue, 3 Feb 2026 08:35:11 +0100 Subject: [ruby/json] Release 2.18.1 https://github.com/ruby/json/commit/6ec6e7baff --- ext/json/lib/json/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/json') diff --git a/ext/json/lib/json/version.rb b/ext/json/lib/json/version.rb index 631beba83e..95b8857100 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.18.0' + VERSION = '2.18.1' end -- cgit v1.2.3