diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-10-25 10:59:15 +0200 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-10-25 09:00:12 +0000 |
| commit | 226caf1a1f3542d9e39e1a72fb43fd4486540cc4 (patch) | |
| tree | 00872508c8236bebf34049cb5f3c1ab19423b53f /ext/json | |
| parent | 8e8e327870b23bcf263e0210472e6ee87d19c424 (diff) | |
[ruby/json] Release 2.15.2
https://github.com/ruby/json/commit/5e61cd7dce
Diffstat (limited to 'ext/json')
| -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 be5daf4c5b..dc01ba290b 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.1' + VERSION = '2.15.2' end |
