From d5480ce9d1394ca148734d6d5c59466971c2fa57 Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Fri, 5 Jun 2015 13:17:53 +0500 Subject: [PATCH] bump to v0.3.1 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index bfdbd82..3c64568 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -16,7 +16,7 @@ $vb_gui = false # you're doing. Vagrant.configure(2) do |config| config.vm.box = "rancherio/rancheros" - config.vm.box_version = ">=0.3.0" + config.vm.box_version = ">=0.3.1" (1..$number_of_nodes).each do |i| hostname = "rancher-%02d" % i