From 61f7b73f2a0993b81c554f12acd5407577b819eb Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Fri, 8 Nov 2013 18:54:33 -0200 Subject: [PATCH] v0.7.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/vagrant-lxc/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 826ec22..ccfd6a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.7.0](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.4...master) (unreleased) +## [0.7.0](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.4...v0.7.0) (unreleased) IMPROVEMENTS: diff --git a/Gemfile.lock b/Gemfile.lock index 9877013..355fbc2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,7 @@ GIT PATH remote: . specs: - vagrant-lxc (0.7.0.dev) + vagrant-lxc (0.7.0) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index 97bef17..9bec084 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "0.7.0.dev" + VERSION = "0.7.0" end end