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

Commit 7ff713a

Browse files
committed
v3.13.1
1 parent b20a9dc commit 7ff713a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changelog.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
### Development
2-
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.13.0...3-13-maintennace)
2+
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.13.1...3-13-maintennace)
3+
4+
### 3.13.1 / 2024-05-08
5+
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.13.0...v3.13.1)
36

47
Bug Fixes:
58

lib/rspec/mocks/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Mocks
33
# Version information for RSpec mocks.
44
module Version
55
# Version of RSpec mocks currently in use in SemVer format.
6-
STRING = '3.13.0'
6+
STRING = '3.13.1'
77
end
88
end
99
end

0 commit comments

Comments
 (0)