Skip to content

Commit 036944a

Browse files
committed
Bump up 2.7.2
1 parent 5a1659d commit 036944a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/json/version.rb

+1-1
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.7.1'
4+
VERSION = '2.7.2'
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)