From 1609e6bdcbdcdd0ec9307a5b8efe359c986dcaa9 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Tue, 19 Mar 2013 02:09:48 -0300 Subject: [PATCH] Bump version for development --- 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 51fa491..644b96a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GIT PATH remote: . specs: - vagrant-lxc (0.0.2) + vagrant-lxc (0.0.3.dev) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index 6399ad4..5271ef6 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "0.0.2" + VERSION = "0.0.3.dev" end end