[ruby/json] Release 2.10.1

https://github.com/ruby/json/commit/aa5b7d6acb
This commit is contained in:
Jean Boussier 2025-02-10 21:22:39 +01:00 committed by Hiroshi SHIBATA
parent 293ad8a4e9
commit abcafb080c
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.10.0'
VERSION = '2.10.1'
end