[ruby/json] Release 2.12.0

https://github.com/ruby/json/commit/41f1f6939d
This commit is contained in:
Jean Boussier 2025-05-12 14:31:12 +02:00 committed by Hiroshi SHIBATA
parent 50ef208369
commit 73d0bd5e90
Notes: git 2025-05-13 05:12:37 +00:00

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module JSON
VERSION = '2.11.3'
VERSION = '2.12.0'
end