Skip to content

Commit a318a18

Browse files
committedDec 10, 2021
Prepare to 4.0.0
1 parent ba9d63a commit a318a18

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Next Release
22

3+
## 4.0.0
4+
35
* Stop requiring `set` before bundler can select the proper version. This could result in
46
`already defined constant` warnings during boot (#659).
57
* Require Ruby 2.7.

‎lib/spring/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Spring
2-
VERSION = "3.1.1"
2+
VERSION = "4.0.0"
33
end

0 commit comments

Comments
 (0)
Failed to load comments.