[ruby/json] Release 2.13.0

8d08494dee
This commit is contained in:
Jean Boussier 2025-07-17 10:26:38 +02:00 committed by Hiroshi SHIBATA
parent dc8ae24951
commit 1e65f0d93e
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

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