diff --git a/Gemfile.lock b/Gemfile.lock index b2ec5bc..2bb6df1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,7 @@ GIT PATH remote: . specs: - vagrant-cachier (0.2.0) + vagrant-cachier (0.3.0.dev) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-cachier/version.rb b/lib/vagrant-cachier/version.rb index 256569e..e892e3f 100644 --- a/lib/vagrant-cachier/version.rb +++ b/lib/vagrant-cachier/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Cachier - VERSION = "0.2.0" + VERSION = "0.3.0.dev" end end