From aaa3d4616cf224e5512e72bb0bda235adb90f2cd Mon Sep 17 00:00:00 2001 From: David Justice Date: Tue, 4 Apr 2017 14:59:15 -0700 Subject: [PATCH] pre7 bump (#184) --- 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 7d3e329..81f03c1 100644 --- a/lib/vagrant-azure/version.rb +++ b/lib/vagrant-azure/version.rb @@ -4,6 +4,6 @@ module VagrantPlugins module Azure - VERSION = '2.0.0.pre6'.freeze + VERSION = '2.0.0.pre7'.freeze end end