diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-10-07 10:30:28 +0200 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-10-07 08:33:08 +0000 |
| commit | e5b2e5227b4ebf0a0635126e0fb335f8f607bc96 (patch) | |
| tree | d4fa89e8c6e671c07bd7d79932d120f18544b82a | |
| parent | 2548c476a379cebe85166f20e264ae68c2a68dc4 (diff) | |
[ruby/json] Release 2.15.1
https://github.com/ruby/json/commit/9e6067bb55
| -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 e2db923e30..be5daf4c5b 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.15.0' + VERSION = '2.15.1' end |
