Skip to content

Commit

Permalink
Updated 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
secureideas authored and mgillam committed Oct 15, 2019
1 parent a0ade07 commit c7086c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit c7086c7

Please sign in to comment.