diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2026-02-03 08:35:11 +0100 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2026-02-03 07:36:54 +0000 |
| commit | 112c86e2640f596a4b7eeca6ebbe8c9909dfec08 (patch) | |
| tree | 6f2879c571cf46c028a9e982aca023ebd8951382 /ext | |
| parent | 41238ccd85301b7d287a137d2fd8a94687f45784 (diff) | |
[ruby/json] Release 2.18.1
https://github.com/ruby/json/commit/6ec6e7baff
Diffstat (limited to 'ext')
| -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 631beba83e..95b8857100 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.18.0' + VERSION = '2.18.1' end |
