From 4ae38b41ff36123ac21364bce7b74fa4d40149ef Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 8 Mar 2010 21:51:16 -0800 Subject: [PATCH] Update version in binary --- bin/vagrant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vagrant b/bin/vagrant index 48a68dc74..d408c966c 100755 --- a/bin/vagrant +++ b/bin/vagrant @@ -9,7 +9,7 @@ end require 'git-style-binary/command' GitStyleBinary.primary do - version "0.1.0" + version "0.1.3" run { educate } end