diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-12-01 14:58:11 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-12-01 16:47:06 +0900 |
| commit | 32f289d118b442a712af28c2af44384f5cb07db1 (patch) | |
| tree | 379848e6823c53d0cbb71b1d4335d4410bd2ac1d | |
| parent | 4b770527c2d4287456d03d645b595662f2501d67 (diff) | |
[flori/json] Bump up 2.7.0
https://github.com/flori/json/commit/ca546128f2
| -rw-r--r-- | ext/json/VERSION | 2 | ||||
| -rw-r--r-- | ext/json/lib/json/version.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/json/VERSION b/ext/json/VERSION index ec1cf33c3f..24ba9a38de 100644 --- a/ext/json/VERSION +++ b/ext/json/VERSION @@ -1 +1 @@ -2.6.3 +2.7.0 diff --git a/ext/json/lib/json/version.rb b/ext/json/lib/json/version.rb index 3d4326d836..c0379d8ac4 100644 --- a/ext/json/lib/json/version.rb +++ b/ext/json/lib/json/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: false module JSON # JSON version - VERSION = '2.6.3' + VERSION = '2.7.0' VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc: VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc: VERSION_MINOR = VERSION_ARRAY[1] # :nodoc: |
