From c7086c7ccddc13802852b3d9fdad924c5b9cbc8a Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Wed, 2 Oct 2019 15:55:51 -0400 Subject: [PATCH] Updated 4.2.1 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 231a14a..3b2f025 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -16,7 +16,7 @@ Vagrant.configure("2") do |config| samuraiwtf.vm.provider "virtualbox" do |vb| # Display the VirtualBox GUI when booting the machine vb.gui = true - vb.name = "SamuraiWTF-4.2-next" + vb.name = "SamuraiWTF-4.2.1" # Customize the amount of memory on the VM: vb.memory = "4096" vb.customize ["modifyvm", :id, "--vram", "128"]