From 471c0ca1588f83731afd3509a8ca95aae09ccfb1 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Wed, 8 May 2013 21:09:02 -0300 Subject: [PATCH] v0.3.4 --- Gemfile.lock | 2 +- lib/vagrant-lxc/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e3ebd45..0dc4ed0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GIT PATH remote: . specs: - vagrant-lxc (0.4.0.dev) + vagrant-lxc (0.3.4) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index 7c00fe1..811990a 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "0.4.0.dev" + VERSION = "0.3.4" end end