diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-09-18 11:28:05 +0200 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-09-19 19:30:10 +0900 |
| commit | 5c59fb5a369fe48e9cfaa7f2c16c29e813b1bc65 (patch) | |
| tree | 5e8cf1918de68d21d1dcf0c4f9121eb98bda8337 | |
| parent | 13471311aa6a35d1def68ea66c2a06df17ccf51d (diff) | |
[ruby/json] Release 2.14.0
https://github.com/ruby/json/commit/55552cafe2
| -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 f9ac3e17a9..165b93cff0 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.2' + VERSION = '2.14.0' end |
