From b4544083141057d1a22c1fc860ebaffe4b71aacd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 15 Apr 2010 23:56:02 -0700 Subject: [PATCH] Bump version to 0.3.1.pre for development --- VERSION | 2 +- vagrant.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 0d91a54c7..9528ef4d5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1.pre \ No newline at end of file diff --git a/vagrant.gemspec b/vagrant.gemspec index 02b51156f..bf151d12c 100644 --- a/vagrant.gemspec +++ b/vagrant.gemspec @@ -5,9 +5,9 @@ Gem::Specification.new do |s| s.name = %q{vagrant} - s.version = "0.3.0" + s.version = "0.3.1.pre" - s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= + s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["Mitchell Hashimoto", "John Bender"] s.date = %q{2010-04-15} s.default_executable = %q{vagrant}