summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2022-05-16 14:20:48 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-05-20 17:49:13 +0900
commit9245b28d34c373e2b17dfeaf62613d46080bb61d (patch)
treede351b7d2aaab1d72543ff31fa592f36b24891d7 /ext
parenta15d0e267a8a429cf2a2a4358080666ee2260526 (diff)
[flori/json] Bump version to 2.6.2
https://github.com/flori/json/commit/5de358f655
Diffstat (limited to 'ext')
-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 6a6a3d8e35..097a15a2af 100644
--- a/ext/json/VERSION
+++ b/ext/json/VERSION
@@ -1 +1 @@
-2.6.1
+2.6.2
diff --git a/ext/json/lib/json/version.rb b/ext/json/lib/json/version.rb
index 35e8dd3252..9bedb65fa7 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.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: