diff options
author | Jean Boussier <[email protected]> | 2025-02-10 21:22:39 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-02-12 13:15:01 +0900 |
commit | abcafb080ce9fe94cb13cca0e813a0a44d23cdc6 () | |
tree | ead498cf31df8204001913c1c9d64c5d66a8af75 /ext/json/lib | |
parent | 293ad8a4e974e3dffc1419b37c15748f02b1481e (diff) |
[ruby/json] Release 2.10.1
https://.com/ruby/json/commit/aa5b7d6acb
-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.10.0' end |