[flori/json] Bump up 2.7.1
https://github.com/flori/json/commit/a1af7a308c
This commit is contained in:
parent
16669cd6ad
commit
eecae51502
@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: false
|
||||
module JSON
|
||||
# JSON version
|
||||
VERSION = '2.7.0'
|
||||
VERSION = '2.7.1'
|
||||
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