diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-09-22 12:02:24 +0200 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-10-02 12:46:46 +0900 |
| commit | 67869b2e62e8adbfca6696c30ff56de654d72b77 (patch) | |
| tree | 632ffe0fb02b72511da7b1dbf5511a7fe2ac1aeb | |
| parent | deba4d32332e41be674ec2d16f48c27cce1efe66 (diff) | |
[ruby/json] Release 2.15.0
https://github.com/ruby/json/commit/4abfad090d
| -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 9c928e3940..e2db923e30 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.1' + VERSION = '2.15.0' end |
