We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9d63a commit a318a18Copy full SHA for a318a18
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Next Release
2
3
+## 4.0.0
4
+
5
* Stop requiring `set` before bundler can select the proper version. This could result in
6
`already defined constant` warnings during boot (#659).
7
* Require Ruby 2.7.
lib/spring/version.rb
@@ -1,3 +1,3 @@
module Spring
- VERSION = "3.1.1"
+ VERSION = "4.0.0"
end
0 commit comments