Skip to content

Commit 38c8aad

Browse files
committed
Add pre-release for 4.1.0
1 parent b5cedde commit 38c8aad

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
2222

2323
## Installation
2424

25+
**IMPORTANT** This README / branch refers to the current development build.
26+
See the `4-0-maintenance` branch on Github if you want or require the latest stable release.
2527

2628
1. Add `rspec-rails` to **both** the `:development` and `:test` groups
2729
of your app’s `Gemfile`:

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'
6+
STRING = '4.1.0.pre'
77
end
88
end
99
end

0 commit comments

Comments
 (0)