Skip to content

Commit

Permalink
Update Vagrantfile
Browse files Browse the repository at this point in the history
Changed name to 4.0.1 for the next release.
  • Loading branch information
secureideas authored and mgillam committed Mar 15, 2019
1 parent 0c6ac6f commit 0cc4eef
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.0RC2"
vb.name = "SamuraiWTF-4.0.1"
# Customize the amount of memory on the VM:
vb.memory = "4096"
vb.customize ["modifyvm", :id, "--vram", "48"]
Expand Down

0 comments on commit 0cc4eef

Please sign in to comment.