spec/version_spec.rb in device_cloud-0.0.7 vs spec/version_spec.rb in device_cloud-0.0.8
- old
+ new
@@ -1,7 +1,7 @@
require 'spec_helper'
describe 'DeviceCloud::VERSION' do
it 'should be the correct version' do
- DeviceCloud::VERSION.should == '0.0.7'
+ DeviceCloud::VERSION.should == '0.0.8'
end
end
\ No newline at end of file