Skip to content

Commit

Permalink
Release 2.9.2.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
myronmarston committed May 28, 2014
1 parent aa525ef commit 3d8446c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,5 +1,5 @@
## Unreleased changes
[Full Changelog](http://github.com/vcr/vcr/compare/v2.9.1...master)
## 2.9.2 (May 27, 2014)
[Full Changelog](http://github.com/vcr/vcr/compare/v2.9.1...v2.9.2)

Bug Fixes:

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -29,7 +29,7 @@ GIT
PATH
remote: .
specs:
vcr (2.9.1)
vcr (2.9.2)

GEM
remote: https://rubygems.org/
Expand Down
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.9.1'
string = '2.9.2'

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

0 comments on commit 3d8446c

Please sign in to comment.