From 3532f6368cd0666cb27c2f713682c3f7ae9061da Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 15 Jun 2010 21:30:42 -0700 Subject: [PATCH] Update version for development --- VERSION | 2 +- vagrant.gemspec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 60a2d3e96..f4068a499 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.4.1.dev \ No newline at end of file diff --git a/vagrant.gemspec b/vagrant.gemspec index e81eceb01..fdd030dce 100644 --- a/vagrant.gemspec +++ b/vagrant.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{vagrant} - s.version = "0.4.0" + s.version = "0.4.1.dev" - 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-06-10} + s.date = %q{2010-06-15} s.default_executable = %q{vagrant} s.description = %q{Vagrant is a tool for building and distributing virtualized development environments.} s.email = ["mitchell.hashimoto@gmail.com", "john.m.bender@gmail.com"]