We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4958f81 commit 4a8c67dCopy full SHA for 4a8c67d
lib/vcr/version.rb
@@ -10,7 +10,7 @@ module VCR
10
# * `parts` [Array<Integer>] List of the version parts.
11
def version
12
@version ||= begin
13
- string = '2.0.0'
+ string = '2.0.1'
14
15
def string.parts
16
split('.').map { |p| p.to_i }
0 commit comments