From 47cf361b983d71108619ce5f379ef0fe3358a6a8 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 6 Apr 2014 18:52:19 -0300 Subject: [PATCH] Up 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 d11cb92..8d00e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.0.0.alpha.2](https://github.com/fgrehm/vagrant-lxc/compare/v1.0.0.alpha.1...master) (unreleased) + + ## [1.0.0.alpha.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.8.0...v1.0.0.alpha.1) (Apr 06, 2014) DEPRECATIONS: diff --git a/Gemfile.lock b/Gemfile.lock index 10ad4ab..8f8f865 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,7 +40,7 @@ GIT PATH remote: . specs: - vagrant-lxc (1.0.0.alpha.1) + vagrant-lxc (1.0.0.alpha.2.dev) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index c7d9b40..e55fb5a 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "1.0.0.alpha.1" + VERSION = "1.0.0.alpha.2.dev" end end