Update VM for 2017

I know I'm way too late on this, but better than never.

Change-Id: I924c38873d3452c491eb7b75918d8f70e89bf8fd
diff --git a/vm/Vagrantfile b/vm/Vagrantfile
index c802a5a..1404131 100644
--- a/vm/Vagrantfile
+++ b/vm/Vagrantfile
@@ -21,7 +21,7 @@
   config.vm.provider "virtualbox" do |vb|
     # Don't boot with headless mode
     vb.gui = true
-    vb.name = "FRC971-Development-2016"
+    vb.name = "FRC971-Development-2017"
 
     # There are two shortcuts for modifying number of CPUs and amount of
     # memory. Modify them to your liking.