From a17334d98559cc0c776a5ad397f4b48d71eebbac Mon Sep 17 00:00:00 2001 From: Ramakrishnan Date: Fri, 9 May 2014 12:09:37 +0530 Subject: [PATCH] Bump version --- lib/vagrant-azure/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-azure/version.rb b/lib/vagrant-azure/version.rb index 30f0974..612a84c 100644 --- a/lib/vagrant-azure/version.rb +++ b/lib/vagrant-azure/version.rb @@ -5,6 +5,6 @@ module VagrantPlugins module WinAzure - VERSION = '1.0.5.pre' + VERSION = '1.0.5' end end