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 6cbceea commit 7dfa240Copy full SHA for 7dfa240
CHANGELOG.md
@@ -1,6 +1,6 @@
1
-## Dev
+## 2.2.5 (September 7, 2012)
2
3
-[Full Changelog](http://github.com/myronmarston/vcr/compare/v2.2.4...master)
+[Full Changelog](http://github.com/myronmarston/vcr/compare/v2.2.4...v2.2.5)
4
5
Enhancements:
6
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.2.4'
+ string = '2.2.5'
14
15
def string.parts
16
split('.').map { |p| p.to_i }
0 commit comments