From 97c9fb11eb54e6542b7f05619bfedd23be86646b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 9 Mar 2010 17:44:09 -0800 Subject: [PATCH] Update binary to show 0.1.4 version --- bin/vagrant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vagrant b/bin/vagrant index 2775813c4..6d05b4adf 100755 --- a/bin/vagrant +++ b/bin/vagrant @@ -9,7 +9,7 @@ end require 'git-style-binary/command' GitStyleBinary.primary do - version "0.1.4.pre" + version "0.1.4" run { educate } end