From 6cba594f44efaa0545b83eee060fc173bca2665b Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Fri, 8 Nov 2013 18:56:51 -0200 Subject: [PATCH] Up version for dev --- 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 355fbc2..8ad5203 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,7 @@ GIT PATH remote: . specs: - vagrant-lxc (0.7.0) + vagrant-lxc (0.7.1.dev) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index 9bec084..660ea9c 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "0.7.0" + VERSION = "0.7.1.dev" end end