diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-09-18 16:26:02 +0200 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-09-19 19:30:10 +0900 |
| commit | 807faf5445d75d99b77b85ecae2a84e64ae16b26 (patch) | |
| tree | 989ba60e1539eeba283fe83b713276f77de43ef8 /ext/json | |
| parent | c164394e957e14368436859ae2c531721207a9a8 (diff) | |
[ruby/json] Release 2.14.1
https://github.com/ruby/json/commit/51ce76ea66
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 165b93cff0..9c928e3940 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.14.0' + VERSION = '2.14.1' end |
