Skip to content

Commit 5dc6ef9

Browse files
author
Jesse Emond
committed
update version_spec to reflect the current API version
1 parent 1438973 commit 5dc6ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/open_weather/version_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
describe 'Version' do
2-
it 'should be version 0.10.0' do
3-
OpenWeather::VERSION.should == '0.10.0'
2+
it 'should be version 0.11.0' do
3+
OpenWeather::VERSION.should == '0.11.0'
44
end
55
end

0 commit comments

Comments
 (0)