diff options
author | Jean Boussier <[email protected]> | 2024-12-03 09:22:21 +0100 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2024-12-05 09:16:22 +0100 |
commit | 811bc15c75ff12c1a89ecac0af7d097e9de73d2f (patch) | |
tree | b19ecfdaa669b0adb09e0d637ec32b02380cacd5 | |
parent | 1510d72bec297047b5fd44eb89cf66cd4cb248e8 (diff) |
[ruby/json] Release 2.9.0
https://github.com/ruby/json/commit/e1f6456499
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12267
-rw-r--r-- | ext/json/lib/json/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/lib/json/version.rb b/ext/json/lib/json/version.rb index d5cfb54919..95854a4327 100644 --- a/ext/json/lib/json/version.rb +++ b/ext/json/lib/json/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module JSON - VERSION = '2.8.2' + VERSION = '2.9.0' end |