1
0
Fork 0
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:
Florian Frank 2022-05-16 14:20:48 +02:00 committed by Hiroshi SHIBATA
parent a15d0e267a
commit 9245b28d34
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
2.6.1
2.6.2

View file

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