Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
frapposelli committed Aug 8, 2014
1 parent 589dba7 commit 2d60600
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Vagrant](http://www.vagrantup.com) provider for VMware vCloud Director®
=============

[Version 0.4.0](../../releases/tag/v0.4.0) has been released!
[Version 0.4.1](../../releases/tag/v0.4.1) has been released!
-------------

Please note that this software is still Alpha/Beta quality and is not recommended for production usage.
Expand All @@ -23,6 +23,15 @@ Vagrant will download all the required gems during the installation process.

After the install has completed a ```vagrant up --provider=vcloud``` will trigger the newly installed provider.

Upgrade
-------------

If you already have vagrant-vcloud installed you can update to the latest version available by issuing:

```vagrant plugin update vagrant-vcloud```

Vagrant will take care of the upgrade process.

Configuration
-------------

Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-vcloud/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module VCloud
VERSION = '0.4.0'
VERSION = '0.4.1'
end
end

0 comments on commit 2d60600

Please sign in to comment.