From 84f79869d59b855229d738813f37336a133c3827 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Wed, 27 Mar 2013 02:53:28 -0300 Subject: [PATCH] Up 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 b3ac60e..1814620 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GIT PATH remote: . specs: - vagrant-lxc (0.1.0) + vagrant-lxc (0.1.1.dev) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index f68d04c..fbd605d 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "0.1.0" + VERSION = "0.1.1.dev" end end