[ruby/json] Release 2.21.1

https://github.com/ruby/json/commit/fd61def38b
This commit is contained in:
Jean Boussier 2026-07-13 09:43:25 +02:00 committed by git
parent 5a6cbaa291
commit 9fd5efe9ca

View File

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