[ruby/json] Release 2.11.1

https://github.com/ruby/json/commit/84443e881d
This commit is contained in:
Jean Boussier 2025-04-24 15:09:27 +02:00 committed by Hiroshi SHIBATA
parent 2b5e1db2db
commit 1d65d5ce47

View File

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