diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-12-04 09:12:10 +0100 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-12-04 08:13:03 +0000 |
| commit | d343968ec3a899a29ff4e330dc914d67972ebe85 (patch) | |
| tree | 82fd1e75f1007e3bb9f90bbd47e4230a5fcf556b | |
| parent | d58a45d32ffe8afed1685e54017fb81cea898867 (diff) | |
[ruby/json] Release 2.17.1
https://github.com/ruby/json/commit/e5e4fd558e
| -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 b7de7c27e2..4ed61c43c8 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.17.0' + VERSION = '2.17.1' end |
