Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 9bfbd63

Browse files
committed
Version 3.9.0
1 parent 7171114 commit 9bfbd63

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](http://github.com/rspec/rspec-core/compare/v3.8.2...master)
1+
### 3.9.0 / 2019-10-07
2+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.8.2...v3.9.0)
33

44
Enhancements:
55
* Improve the handling of errors during loading support files, if a file

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

0 commit comments

Comments
 (0)