[flori/json] Bump up 2.7.0
https://github.com/flori/json/commit/ca546128f2
This commit is contained in:
parent
4b770527c2
commit
32f289d118
@ -1 +1 @@
|
||||
2.6.3
|
||||
2.7.0
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user