diff --git a/CHANGELOG.md b/CHANGELOG.md index 31eb711..d98fdb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.4.1](https://github.com/fgrehm/vagrant-cachier/compare/v0.4.0...master) (unreleased) + + ## [0.4.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.3.3...v0.4.0) (Oct 23, 2013) FEATURES: diff --git a/Gemfile.lock b/Gemfile.lock index 1c5beff..6a9e355 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,7 +31,7 @@ GIT PATH remote: . specs: - vagrant-cachier (0.4.0) + vagrant-cachier (0.4.1.dev) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-cachier/version.rb b/lib/vagrant-cachier/version.rb index 3abef5c..096c471 100644 --- a/lib/vagrant-cachier/version.rb +++ b/lib/vagrant-cachier/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Cachier - VERSION = "0.4.0" + VERSION = "0.4.1.dev" end end