From 2d60600691a309d4c08c1c96a3643d163c58e80e Mon Sep 17 00:00:00 2001 From: Fabio Rapposelli Date: Fri, 8 Aug 2014 12:07:32 +0200 Subject: [PATCH] Version Bump --- README.md | 11 ++++++++++- lib/vagrant-vcloud/version.rb | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e4e82c..ed9abc5 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 ------------- diff --git a/lib/vagrant-vcloud/version.rb b/lib/vagrant-vcloud/version.rb index 2931b83..0143b41 100644 --- a/lib/vagrant-vcloud/version.rb +++ b/lib/vagrant-vcloud/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module VCloud - VERSION = '0.4.0' + VERSION = '0.4.1' end end