From c6ec597182ea247e40ce584658a03384b523c2cd Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Thu, 14 Mar 2013 20:26:15 -0300 Subject: [PATCH] Bump version --- lib/vagrant-lxc/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index 1b63c2c..6399ad4 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "0.0.1" + VERSION = "0.0.2" end end