Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Fitzgerald committed Sep 9, 2017
1 parent b1835a3 commit 28a3040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/kitchen/driver/digitalocean_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Kitchen
module Driver
# Version string for Digital Ocean Kitchen driver
DIGITALOCEAN_VERSION = '0.9.7'.freeze
DIGITALOCEAN_VERSION = '0.9.8'.freeze
end
end

Expand Down
2 changes: 1 addition & 1 deletion spec/kitchen/driver/digitalocean_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
end

it 'defaults to region id 1' do
expect(driver[:region]).to eq('nyc2')
expect(driver[:region]).to eq('nyc1')
end

it 'defaults to SSH Key Ids from $SSH_KEY_IDS' do
Expand Down

0 comments on commit 28a3040

Please sign in to comment.