Skip to content

Commit 89d4bba

Browse files
byroothsbt
authored andcommitted
[ruby/json] Release 2.7.3.rc1
ruby/json@a48be35825
1 parent 9251310 commit 89d4bba

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ext/json/lib/json/version.rb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# frozen_string_literal: true
2+
23
module JSON
3-
# JSON version
4-
VERSION = '2.7.2'
5-
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
6-
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
7-
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
8-
VERSION_BUILD = VERSION_ARRAY[2] # :nodoc:
4+
VERSION = '2.7.3.rc1'
95
end

0 commit comments

Comments
 (0)