Release v0.5.0-rc2

This commit is contained in:
root
2016-11-10 19:08:15 +00:00
parent 019e2442cc
commit 4102eba574
2 changed files with 3 additions and 3 deletions

2
Vagrantfile vendored
View File

@@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2"
DEFAULT_CPU_COUNT = 2
$script = <<SCRIPT
GO_VERSION="1.7.1"
GO_VERSION="1.7.3"
# Install Prereq Packages
sudo apt-get update