summaryrefslogtreecommitdiff
path: root/ext/json/lib
diff options
context:
space:
mode:
authorJean Boussier <[email protected]>2025-02-10 12:02:54 +0100
committerHiroshi SHIBATA <[email protected]>2025-02-12 13:12:12 +0900
commit502bd6ba37b1820f5f5a0fe6bc9820797fddc0d6 ()
tree1089fff344b4861b7fa26532af49fa87615e273c /ext/json/lib
parentbfcf36fe2243d34a01b5707754be9164849150c9 (diff)
[ruby/json] Release 2.10.0
https://.com/ruby/json/commit/8b56d47254
-rw-r--r--ext/json/lib/json/version.rb2
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JSON
- VERSION = '2.9.1'
end