[ruby/json] Release 2.10.0

https://github.com/ruby/json/commit/8b56d47254
This commit is contained in:
Jean Boussier 2025-02-10 12:02:54 +01:00 committed by Hiroshi SHIBATA
parent bfcf36fe22
commit 502bd6ba37

View File

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