mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[flori/json] Bump version to 2.6.2
https://github.com/flori/json/commit/5de358f655
This commit is contained in:
parent
a15d0e267a
commit
9245b28d34
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
2.6.1
|
||||
2.6.2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: false
|
||||
module JSON
|
||||
# JSON version
|
||||
VERSION = '2.6.1'
|
||||
VERSION = '2.6.2'
|
||||
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
|
||||
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
|
||||
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
|
||||
|
|
Loading…
Add table
Reference in a new issue