From 9da9cb77952dfc22013c7d57826f56574dc5dfbe Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 28 Apr 2013 17:40:49 -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 7b4d3a2..a209c86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ GIT PATH remote: . specs: - vagrant-lxc (0.3.3) + vagrant-lxc (0.4.0.dev) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index 1078b54..7c00fe1 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "0.3.3" + VERSION = "0.4.0.dev" end end