From 454edec6bb73795c5b0f50623a7804870226211e Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Thu, 18 Apr 2013 23:01:10 -0300 Subject: [PATCH] Bump version --- 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 f496084..37f5f5d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ GIT PATH remote: . specs: - vagrant-lxc (0.3.1) + vagrant-lxc (0.3.2) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index e9b15bb..709cca2 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" + VERSION = "0.3.2" end end