Skip to content

Commit 009619e

Browse files
authored
Merge pull request #485 from RubyElders/bump
Bump JSON::VERSION to 2.6.0.
2 parents 4423186 + da94d9f commit 009619e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: false
22
module JSON
33
# JSON version
4-
VERSION = '2.5.1'
4+
VERSION = '2.6.0'
55
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
66
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
77
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:

0 commit comments

Comments
 (0)