Skip to content

Commit f8f802f

Browse files
committed
Release version 3.4.2
1 parent 5efbb87 commit f8f802f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changelog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
### Development
2-
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.4.1...3-4-maintenance)
1+
### 3.4.2 / 2016-02-02
2+
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.4.1...v3.4.2)
33

44
Bug fixes:
55

lib/rspec/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Rails
33
# Version information for RSpec Rails.
44
module Version
55
# Current version of RSpec Rails, in semantic versioning format.
6-
STRING = '3.4.1'
6+
STRING = '3.4.2'
77
end
88
end
99
end

0 commit comments

Comments
 (0)