diff --git a/Gemfile.lock b/Gemfile.lock index 21dccaa..ae3f433 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,7 @@ GIT PATH remote: . specs: - vagrant-cachier (0.3.2) + vagrant-cachier (0.3.3.dev) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-cachier/version.rb b/lib/vagrant-cachier/version.rb index d55ec7f..95c2e85 100644 --- a/lib/vagrant-cachier/version.rb +++ b/lib/vagrant-cachier/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Cachier - VERSION = "0.3.2" + VERSION = "0.3.3.dev" end end