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

Commit 580136d

Browse files
author
Sam Phippen
committed
Bump the patchlevel version of RSpec core
This is so that we can release #2197
1 parent fcd716b commit 580136d

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](http://github.com/rspec/rspec-core/compare/v3.4.3...3-4-maintenance)
2+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.4...3-4-maintenance)
3+
4+
### 3.4.4 / 2016-03-09
5+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.3...3.4.4)
36

47
Bug Fixes:
58

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.4.3'
6+
STRING = '3.4.4'
77
end
88
end
99
end

0 commit comments

Comments
 (0)