diff --git a/README.md b/README.md index 0a6d3d4..6d55dcd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Digital Ocean Vagrant Provider Features include: - create and destroy droplets - power on and off droplets -- rebuild a droplet (using the same IP address) +- rebuild a droplet (destroys and ups with same IP address) - provision a droplet with shell - setup a SSH public key for authentication - create a new user account during droplet creation diff --git a/lib/vagrant-digitalocean/version.rb b/lib/vagrant-digitalocean/version.rb index c726916..0b542e3 100644 --- a/lib/vagrant-digitalocean/version.rb +++ b/lib/vagrant-digitalocean/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module DigitalOcean - VERSION = '0.7.6' + VERSION = '0.7.7' end end