[ruby/json] Release 2.10.2

https://github.com/ruby/json/commit/350c1fd154
This commit is contained in:
Jean Boussier 2025-03-12 14:06:14 +01:00 committed by Hiroshi SHIBATA
parent e6a2cf9fd7
commit 069ecfe869

View File

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