From 6c8d407014e4c6954f15c09501a54bdda1eef900 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Date: Fri, 11 Apr 2014 17:40:41 +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 23dc0e5..bd191ec 100644 --- a/lib/vagrant-azure/version.rb +++ b/lib/vagrant-azure/version.rb @@ -5,6 +5,6 @@ module VagrantPlugins module WinAzure - VERSION = '1.0.3' + VERSION = '1.0.4' end end