[ruby/json] Release 2.13.2

9e3efbfa22
This commit is contained in:
Jean Boussier 2025-07-28 09:02:29 +02:00 committed by Hiroshi SHIBATA
parent f1acf47ca2
commit 8e426a3aee

View file

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