Skip to content

Commit

Permalink
[flori/json] Bump version to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flori authored and hsbt committed May 20, 2022
1 parent a15d0e2 commit 9245b28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/json/VERSION
@@ -1 +1 @@
2.6.1
2.6.2
2 changes: 1 addition & 1 deletion ext/json/lib/json/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: false
module JSON
# JSON version
VERSION = '2.6.1'
VERSION = '2.6.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 9245b28

Please sign in to comment.