From b28da3ab26db178c17c06c209ec404b0096e47ba Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 6 Apr 2014 21:02:37 -0300 Subject: [PATCH] Up version to 0.7.0 as we will add a new feature to the plugin --- Gemfile.lock | 2 +- lib/vagrant-cachier/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cf2296d..bb2b9b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,7 +36,7 @@ GIT PATH remote: . specs: - vagrant-cachier (0.6.1.dev) + vagrant-cachier (0.7.0.dev) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-cachier/version.rb b/lib/vagrant-cachier/version.rb index e76bb86..147a2bc 100644 --- a/lib/vagrant-cachier/version.rb +++ b/lib/vagrant-cachier/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Cachier - VERSION = "0.6.1.dev" + VERSION = "0.7.0.dev" end end