Skip to content

Commit

Permalink
Bump to version 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-reeser committed Jul 27, 2015
1 parent 385f628 commit 9dbac44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-digitalocean/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module DigitalOcean
VERSION = '0.7.6'
VERSION = '0.7.7'
end
end

0 comments on commit 9dbac44

Please sign in to comment.