From c77cc9d1db388ff5a84d321dab5382f7bc4d3996 Mon Sep 17 00:00:00 2001 From: jagorjat Date: Wed, 7 Jan 2015 00:29:02 +0200 Subject: [PATCH] version 1.0.3 --- lib/vagrant-vmm/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-vmm/version.rb b/lib/vagrant-vmm/version.rb index 6e2b9bd..bffe62b 100644 --- a/lib/vagrant-vmm/version.rb +++ b/lib/vagrant-vmm/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module VMM - VERSION = "1.0.2" + VERSION = "1.0.3" end end