Skip to content

Commit 4a8c67d

Browse files
committed
2.0.1 release.
1 parent 4958f81 commit 4a8c67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vcr/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VCR
1010
# * `parts` [Array<Integer>] List of the version parts.
1111
def version
1212
@version ||= begin
13-
string = '2.0.0'
13+
string = '2.0.1'
1414

1515
def string.parts
1616
split('.').map { |p| p.to_i }

0 commit comments

Comments
 (0)