Skip to content

Commit 7c522ae

Browse files
committed
Release v3.5.0.beta4
1 parent 3ae2997 commit 7c522ae

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Changelog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
### Development
2-
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.0.beta3...master)
1+
### 3.5 Development
2+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.0.beta4...master)
3+
4+
### 3.5.0.beta4 / 2016-06-05
5+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.0.beta3...v3.5.0.beta4)
36

47
Enhancements:
58

lib/rspec/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Core
33
# Version information for RSpec Core.
44
module Version
55
# Current version of RSpec Core, in semantic versioning format.
6-
STRING = '3.5.0.pre'
6+
STRING = '3.5.0.beta4'
77
end
88
end
99
end

0 commit comments

Comments
 (0)