Skip to content

Commit b131d33

Browse files
committed
✨ traditional Kettle::Test::VERSION constant
1 parent 1e630f5 commit b131d33

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Please file a bug if you notice a violation of semantic versioning.
2020

2121
### Added
2222

23+
- traditional `Kettle::Test::VERSION` constant
2324
- make `hide_env` (from rspec-stubbed_env) available by default
2425
- increased documentation to 100%, and added many documentation improvements
2526

lib/kettle/test/version.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ module Version
88
# @return [String]
99
VERSION = "1.0.6"
1010
end
11+
VERSION = Version::VERSION # Traditional constant at module level
1112
end
1213
end

0 commit comments

Comments
 (0)