diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2025-12-03 16:23:14 +0100 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-12-03 15:25:29 +0000 |
| commit | 94581b1ffde5e2afeba4631152955c18ec52ccf0 (patch) | |
| tree | 77e309e2bee2ab51a54841c9e4d2af460907957f | |
| parent | 208271e3723653cd4cb9cd2eb4a6c631eee0b09c (diff) | |
[ruby/json] Release 2.17.0
https://github.com/ruby/json/commit/4bdb2d14fe
| -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 cc25a0453e..b7de7c27e2 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.16.0' + VERSION = '2.17.0' end |
