From dd7f471a3bdbc23e6785b8d89472fbdeda89ee0a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 21 May 2010 20:52:56 -0700 Subject: [PATCH] Incremented version to 0.3.5.dev. --- VERSION | 2 +- vagrant.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 02bee0ac4..f5311e9d1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.4.dev \ No newline at end of file +0.3.5.dev \ No newline at end of file diff --git a/vagrant.gemspec b/vagrant.gemspec index 77a1729e4..494ffa777 100644 --- a/vagrant.gemspec +++ b/vagrant.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{vagrant} - s.version = "0.3.4.dev" + s.version = "0.3.5.dev" 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-05-20} + s.date = %q{2010-05-21} 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"]