[flori/json] Bump up 2.7.2
https://github.com/flori/json/commit/036944acc6
This commit is contained in:
parent
514b415d90
commit
ab65148c78
@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: false
|
||||
module JSON
|
||||
# JSON version
|
||||
VERSION = '2.7.1'
|
||||
VERSION = '2.7.2'
|
||||
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