diff options
author | Jean Boussier <[email protected]> | 2025-02-10 12:02:54 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-02-12 13:12:12 +0900 |
commit | 502bd6ba37b1820f5f5a0fe6bc9820797fddc0d6 () | |
tree | 1089fff344b4861b7fa26532af49fa87615e273c | |
parent | bfcf36fe2243d34a01b5707754be9164849150c9 (diff) |
[ruby/json] Release 2.10.0
https://.com/ruby/json/commit/8b56d47254
-rw-r--r-- | ext/json/lib/json/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # frozen_string_literal: true module JSON - VERSION = '2.9.1' end |