Skip to content

Commit 69acdc4

Browse files
committed
v4.0.0.rc1
1 parent 40e9fef commit 69acdc4

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,5 +1,5 @@
1-
### Development
2-
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0.beta4...master)
1+
### 4.0.0.rc1 / 2020-03-13
2+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0.beta4...v4.0.0.rc1)
33

44
Enhancements:
55

lib/rspec/rails/version.rb

Lines changed: 1 addition & 1 deletion
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 = '4.0.0.beta4'
6+
STRING = '4.0.0.rc1'
77
end
88
end
99
end

0 commit comments

Comments
 (0)