[ruby/json] Release 2.11.0

https://github.com/ruby/json/commit/a6949f8656
This commit is contained in:
Jean Boussier 2025-04-24 10:11:28 +02:00 committed by Hiroshi SHIBATA
parent 9aed9e9486
commit 169b33d1d5

View File

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