From b6551d030cb391e43af2ba12b0f13a752888bd6b Mon Sep 17 00:00:00 2001 From: David Justice Date: Sun, 26 Feb 2017 06:46:40 -0800 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 b072a79..27840fd 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.pre3'.freeze + VERSION = '2.0.0.pre4'.freeze end end