[ruby/json] Release 2.12.1

https://github.com/ruby/json/commit/8603a57a91
This commit is contained in:
Jean Boussier 2025-05-23 11:36:41 +02:00 committed by Hiroshi SHIBATA
parent 212213a552
commit 54a314233c
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

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