We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69c6d9 commit c2bede7Copy full SHA for c2bede7
spec/unit/dry/cli/version_spec.rb
@@ -2,6 +2,6 @@
2
3
RSpec.describe 'Dry::CLI::VERSION' do
4
it 'exposes version' do
5
- expect(Dry::CLI::VERSION).to eq('0.5.0')
+ expect(Dry::CLI::VERSION).to eq('0.5.1')
6
end
7
0 commit comments