[ruby/json] Release 2.11.2

https://github.com/ruby/json/commit/c985e8c6ea
This commit is contained in:
Jean Boussier 2025-04-24 18:34:06 +02:00 committed by Hiroshi SHIBATA
parent 05f949ebbf
commit db66038285

View File

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