From a7a2f244e8899bd7154547f808c3f0e4c8a8ff33 Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Fri, 3 Jul 2015 13:28:48 +0500 Subject: [PATCH] v0.3.3 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 3c64568..6b68080 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.1" + config.vm.box_version = ">=0.3.3" (1..$number_of_nodes).each do |i| hostname = "rancher-%02d" % i