[ruby/json] Release 2.9.0

https://github.com/ruby/json/commit/e1f6456499
This commit is contained in:
Jean Boussier 2024-12-03 09:22:21 +01:00
parent 1510d72bec
commit 811bc15c75
Notes: git 2024-12-05 08:16:45 +00:00

View File

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