diff --git a/Gemfile.lock b/Gemfile.lock index 7b36acd..ce9a12a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ GIT PATH remote: . specs: - vagrant-lxc (0.3.0) + vagrant-lxc (0.3.1.dev) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index a8f3700..b7c0776 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "0.3.0" + VERSION = "0.3.1.dev" end end