From e5e0aaa5ab5d8cff4362a509079abd0e36291246 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 9 Mar 2010 08:52:58 -0800 Subject: [PATCH] Update version to "prerelease" --- VERSION | 2 +- bin/vagrant | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index b1e80bb24..c789ecd51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.3 +0.1.4.pre \ No newline at end of file diff --git a/bin/vagrant b/bin/vagrant index d408c966c..2775813c4 100755 --- a/bin/vagrant +++ b/bin/vagrant @@ -9,7 +9,7 @@ end require 'git-style-binary/command' GitStyleBinary.primary do - version "0.1.3" + version "0.1.4.pre" run { educate } end