From 538e2073161c6dcb578a3502fdf5276bbc6a6741 Mon Sep 17 00:00:00 2001 From: Chris Fidao Date: Mon, 30 Nov 2015 18:32:18 -0600 Subject: [PATCH] updating version in Vagrantfile --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 7de09bfa..c8c4e989 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,7 +4,7 @@ # Config Github Settings github_username = "fideloper" github_repo = "Vaprobash" -github_branch = "1.4.1" +github_branch = "1.4.2" github_url = "https://raw.githubusercontent.com/#{github_username}/#{github_repo}/#{github_branch}" # Because this:https://developer.github.com/changes/2014-12-08-removing-authorizations-token/