[ruby/json] Release 2.11.3

https://github.com/ruby/json/commit/3e025f76d7
This commit is contained in:
Jean Boussier 2025-04-25 08:02:43 +02:00
parent 8fe3fb5d5a
commit 1103611600

View File

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