[ruby/json] Release 2.9.1

https://github.com/ruby/json/commit/f745ec145e
This commit is contained in:
Jean Boussier 2024-12-18 17:58:38 +01:00 committed by Hiroshi SHIBATA
parent 979b19b741
commit 91efe7b64f
Notes: git 2024-12-18 23:45:49 +00:00

View File

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