From 895c0ad58f2e6bc5a6d8f1408fae927fa6ecefef Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Thu, 18 Apr 2013 22:47:33 -0300 Subject: [PATCH] v0.3.1 --- CHANGELOG.md | 4 +--- Gemfile.lock | 2 +- lib/vagrant-lxc/version.rb | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edcef9c..069e286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,4 @@ -## [0.3.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.3.0...master) (UNRELEASED) - -IMPROVEMENTS: +## [0.3.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.3.0...master) (April 18, 2013) - Improved output to match lxc "verbiage" diff --git a/Gemfile.lock b/Gemfile.lock index 3487b2f..f496084 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ GIT PATH remote: . specs: - vagrant-lxc (0.3.1.dev) + vagrant-lxc (0.3.1) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index b7c0776..e9b15bb 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "0.3.1.dev" + VERSION = "0.3.1" end end