From 8bcb8b5328b34bc5dd8d88223032331384857707 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Thu, 3 Oct 2013 12:31:15 -0300 Subject: [PATCH] Bumb dev version --- CHANGELOG.md | 3 +++ Gemfile.lock | 2 +- lib/vagrant-lxc/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60dc3a6..866b156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.6.2](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.1...master) (unreleased) + + ## [0.6.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.0...v0.6.1) (Oct 03, 2013) IMPROVEMENTS: diff --git a/Gemfile.lock b/Gemfile.lock index 678fec2..2816016 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,7 +26,7 @@ GIT PATH remote: . specs: - vagrant-lxc (0.6.1) + vagrant-lxc (0.6.2.dev) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index 6610141..b67413a 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "0.6.1" + VERSION = "0.6.2.dev" end end