diff --git a/vagrant.json b/vagrant.json index 7d26a74118..81a70e2608 100644 --- a/vagrant.json +++ b/vagrant.json @@ -1,15 +1,15 @@ { "homepage": "https://www.vagrantup.com/", - "version": "1.9.8", + "version": "2.0.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/vagrant/1.9.8/vagrant_1.9.8_x86_64.msi", - "hash": "3080a028d3826168befd6b6ed119514c3f93e0ff8da2cd135bde2322d174f4e9" + "url": "https://releases.hashicorp.com/vagrant/2.0.0/vagrant_2.0.0_x86_64.msi", + "hash": "0fd2ebaf46d2d0f33a77844ed7a2116158b13872e47877bbb3929ae55d3d104f" }, "32bit": { - "url": "https://releases.hashicorp.com/vagrant/1.9.8/vagrant_1.9.8_i686.msi", - "hash": "8844a47fadd807390038f0317940f2421a4f00756ee16b16eb4681a5dc0dbb26" + "url": "https://releases.hashicorp.com/vagrant/2.0.0/vagrant_2.0.0_i686.msi", + "hash": "9e33c6e0ba25c597e963a2b514818829b9e4ce9ddaf45718be4b0a97da04afd1" } }, "extract_dir": "HashiCorp/Vagrant",