diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-07-28 09:02:29 +0200 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-07-29 10:41:09 +0900 |
| commit | 8e426a3aee9a847ea7903f10399d62c3f15618d6 (patch) | |
| tree | 4c1009d72c3f2e3d076b76f4a17f560a9ee03160 /ext/json | |
| parent | f1acf47ca2061ec04ffca4be0b1e3c9a188403fe (diff) | |
[ruby/json] Release 2.13.2
https://github.com/ruby/json/commit/9e3efbfa22
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 2aef3d7f61..f9ac3e17a9 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.13.1' + VERSION = '2.13.2' end |
