From cd83a4a28fc609a1fcfa6687ef2f3e7a1109d7f5 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 22 Jul 2011 23:59:02 -0700 Subject: [PATCH] Up version for development --- CHANGELOG.md | 4 ++++ lib/vagrant/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91b3cb3bc..fddd215a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.8.3 (unreleased) + + + ## 0.8.2 (July 22, 2011) - Fix issue with SSH disconnects not reconnecting. diff --git a/lib/vagrant/version.rb b/lib/vagrant/version.rb index c07dd5fd5..adbc75861 100644 --- a/lib/vagrant/version.rb +++ b/lib/vagrant/version.rb @@ -2,5 +2,5 @@ module Vagrant # This will always be up to date with the current version of Vagrant, # since it is used to generate the gemspec and is also the source of # the version for `vagrant -v` - VERSION = "0.8.2" + VERSION = "0.8.3.dev" end