diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-07-24 14:05:58 +0200 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-07-25 11:11:24 +0900 |
| commit | 93eed37e668390763cc156169a030fead423ba9c (patch) | |
| tree | 898056a7876e489013870ce409f3cf790b29a33f /ext/json | |
| parent | 069a24c93caaa6f8eacdb02609356bee0adf3192 (diff) | |
[ruby/json] Release 2.13.1
https://github.com/ruby/json/commit/cfe9337eda
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 7aeaea43a2..2aef3d7f61 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.0' + VERSION = '2.13.1' end |
