[ruby/json] Release 2.15.1

https://github.com/ruby/json/commit/9e6067bb55
This commit is contained in:
Jean Boussier 2025-10-07 10:30:28 +02:00 committed by git
parent 2548c476a3
commit e5b2e5227b

View File

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