diff --git a/Gemfile.lock b/Gemfile.lock index b55a011..3e55371 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,7 @@ GIT PATH remote: . specs: - vagrant-cachier (0.3.1) + vagrant-cachier (0.3.2.dev) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-cachier/version.rb b/lib/vagrant-cachier/version.rb index 35db195..f9cee89 100644 --- a/lib/vagrant-cachier/version.rb +++ b/lib/vagrant-cachier/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Cachier - VERSION = "0.3.1" + VERSION = "0.3.2.dev" end end