Skip to content

Commit

Permalink
2.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Mar 30, 2012
1 parent 4958f81 commit 4a8c67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vcr/version.rb
Expand Up @@ -10,7 +10,7 @@ module VCR
# * `parts` [Array<Integer>] List of the version parts.
def version
@version ||= begin
string = '2.0.0'
string = '2.0.1'

def string.parts
split('.').map { |p| p.to_i }
Expand Down

0 comments on commit 4a8c67d

Please sign in to comment.