From e6f4c93e9ceb3c2b32bc68d854f5f2e10914df24 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Tue, 19 Mar 2013 11:33:27 -0300 Subject: [PATCH] Up version for development --- 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 75c0a7a..778d5e0 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "0.0.3" + VERSION = "0.0.4.dev" end end