From cf7ec3b6cf9551b57c90d16294787b1e882276e0 Mon Sep 17 00:00:00 2001 From: Zeusking19 Date: Thu, 24 Dec 2015 11:41:35 +0000 Subject: [PATCH] Update Vagrantfile to fix an issue where the VM wouldn't boot --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 910a192f..5cbef557 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,7 +4,7 @@ Vagrant.configure("2") do |config| config.hostmanager.manage_host = true config.vm.box = 'laravel/homestead-7' - config.vm.box_version = '0.2.0' + config.vm.box_version = '0.2.1' config.vm.provider "virtualbox" do |v| v.cpus = 4 v.memory = 2048