[flori/json] Bump up 2.7.2

https://github.com/flori/json/commit/036944acc6
This commit is contained in:
Hiroshi SHIBATA 2024-04-04 12:29:00 +09:00
parent 514b415d90
commit ab65148c78

View File

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