Update version for development

This commit is contained in:
Mitchell Hashimoto 2010-06-15 21:30:42 -07:00
parent b84123dcd9
commit 3532f6368c
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
0.4.0
0.4.1.dev

View File

@ -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"]