[ruby/json] Release 2.14.1

https://github.com/ruby/json/commit/51ce76ea66
This commit is contained in:
Jean Boussier 2025-09-18 16:26:02 +02:00 committed by Hiroshi SHIBATA
parent c164394e95
commit 807faf5445

View File

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