[flori/json] Bump up 2.7.0

https://github.com/flori/json/commit/ca546128f2
This commit is contained in:
Hiroshi SHIBATA 2023-12-01 14:58:11 +09:00
parent 4b770527c2
commit 32f289d118
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2.6.3
2.7.0

View File

@ -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: