Skip to content

Commit

Permalink
Merge pull request #485 from RubyElders/bump
Browse files Browse the repository at this point in the history
Bump JSON::VERSION to 2.6.0.
  • Loading branch information
hsbt authored Oct 24, 2021
2 parents 4423186 + da94d9f commit 009619e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/json/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: false
module JSON
# JSON version
VERSION = '2.5.1'
VERSION = '2.6.0'
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
Expand Down

0 comments on commit 009619e

Please sign in to comment.