From 0df24c795d5dc94d269dc2b15922edea1cf36df4 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Fri, 31 May 2013 01:16:40 -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 a8fc324..5c90a77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GIT PATH remote: . specs: - vagrant-lxc (0.3.4) + vagrant-lxc (0.3.5.dev) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index 811990a..5e116f7 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "0.3.4" + VERSION = "0.3.5.dev" end end