Skip to content

Commit

Permalink
Bump up 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Apr 4, 2024
1 parent 5a1659d commit 036944a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/json/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: false
module JSON
# JSON version
VERSION = '2.7.1'
VERSION = '2.7.2'
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 036944a

Please sign in to comment.