summaryrefslogtreecommitdiff
path: root/ext/json
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-09 14:18:20 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-09 16:36:22 +0900
commit3b45498d3e4e459cf881c97cc72c4c8d5adcc546 (patch)
tree290446dc1b3aecb3431d9e51b227d7d09d7c0d4d /ext/json
parent7d04cddfef5a4aa212799a5ab6f8518819bed937 (diff)
Merge json-2.6.3
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6890
Diffstat (limited to 'ext/json')
-rw-r--r--ext/json/VERSION2
-rw-r--r--ext/json/lib/json/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/json/VERSION b/ext/json/VERSION
index 097a15a2af..ec1cf33c3f 100644
--- a/ext/json/VERSION
+++ b/ext/json/VERSION
@@ -1 +1 @@
-2.6.2
+2.6.3
diff --git a/ext/json/lib/json/version.rb b/ext/json/lib/json/version.rb
index 9bedb65fa7..3d4326d836 100644
--- a/ext/json/lib/json/version.rb
+++ b/ext/json/lib/json/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: false
module JSON
# JSON version
- VERSION = '2.6.2'
+ VERSION = '2.6.3'
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc: