Skip to content

Commit c2bede7

Browse files
committed
Fix version spec
1 parent c69c6d9 commit c2bede7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/dry/cli/version_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
RSpec.describe 'Dry::CLI::VERSION' do
44
it 'exposes version' do
5-
expect(Dry::CLI::VERSION).to eq('0.5.0')
5+
expect(Dry::CLI::VERSION).to eq('0.5.1')
66
end
77
end

0 commit comments

Comments
 (0)