From 9dbac44bbf70fd6b4179e29df5af6d6da89c40ab Mon Sep 17 00:00:00 2001 From: Seth Reeser Date: Sun, 26 Jul 2015 22:52:07 -0400 Subject: [PATCH] Bump to version 0.7.7 --- README.md | 2 +- lib/vagrant-digitalocean/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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