Skip to content

Commit 2db5894

Browse files
committed
Bump version to v2.6.1
1 parent 009619e commit 2db5894

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
### 2021-10-24 (2.6.1)
4+
5+
* Restore version.rb with 2.6.1
6+
37
### 2021-10-14 (2.6.0)
48

59
* Use `rb_enc_interned_str` if available to reduce allocations in `freeze: true` mode. #451.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.0
1+
2.6.1

lib/json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: false
22
module JSON
33
# JSON version
4-
VERSION = '2.6.0'
4+
VERSION = '2.6.1'
55
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
66
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
77
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:

0 commit comments

Comments
 (0)