diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f2bc3..23aedd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.6.1](https://github.com/fgrehm/vagrant-cachier/compare/v0.6.0...master) (unreleased) + + ## [0.6.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.5.1...v0.6.0) (Feb 26, 2014) BACKWARDS INCOMPATIBILITY: diff --git a/Gemfile.lock b/Gemfile.lock index 2bbab2c..5b4c4f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,7 +32,7 @@ GIT PATH remote: . specs: - vagrant-cachier (0.6.0) + vagrant-cachier (0.6.1.dev) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-cachier/version.rb b/lib/vagrant-cachier/version.rb index dd2c4a5..e76bb86 100644 --- a/lib/vagrant-cachier/version.rb +++ b/lib/vagrant-cachier/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Cachier - VERSION = "0.6.0" + VERSION = "0.6.1.dev" end end