diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-03-12 14:06:14 +0100 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-03-13 10:33:38 +0900 |
| commit | 069ecfe869f48c2bc3162de4ef00ac11d4a3e586 (patch) | |
| tree | a14522aa112ede4876b61a62e86505dc13472d9d | |
| parent | e6a2cf9fd79330bd6838cb504648a874f30f5629 (diff) | |
[ruby/json] Release 2.10.2
https://github.com/ruby/json/commit/350c1fd154
| -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 65bcb976fa..9c21f18b35 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.10.1' + VERSION = '2.10.2' end |
