[ruby/json] Release 2.17.1

https://github.com/ruby/json/commit/e5e4fd558e
This commit is contained in:
Jean Boussier 2025-12-04 09:12:10 +01:00 committed by git
parent d58a45d32f
commit d343968ec3

View File

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