Skip to content

Commit c5db661

Browse files
committed
v6.1.3
1 parent 755edf6 commit c5db661

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
### Development
2-
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.2...6-1-maintenance)
2+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.3...6-1-maintenance)
3+
4+
### 6.1.3 / 2024-06-19
5+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.2...v6.1.3)
36

47
Bug Fixes:
58

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 = '6.1.2'
6+
STRING = '6.1.3'
77
end
88
end
99
end

0 commit comments

Comments
 (0)