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 v2.6.1

https://github.com/flori/json/commit/2db5894cfa
This commit is contained in:
Hiroshi SHIBATA 2021-10-24 09:25:20 +09:00
parent 4cbce79438
commit 1be2875e1d
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.0
2.6.1

View file

@ -1,7 +1,7 @@
# frozen_string_literal: false
module JSON
# JSON version
VERSION = '2.6.0'
VERSION = '2.6.1'
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc: