Skip to content

Commit 7dfa240

Browse files
committed
2.2.5 release.
1 parent 6cbceea commit 7dfa240

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Dev
1+
## 2.2.5 (September 7, 2012)
22

3-
[Full Changelog](http://github.com/myronmarston/vcr/compare/v2.2.4...master)
3+
[Full Changelog](http://github.com/myronmarston/vcr/compare/v2.2.4...v2.2.5)
44

55
Enhancements:
66

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.2.4'
13+
string = '2.2.5'
1414

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

0 commit comments

Comments
 (0)