diff --git a/CHANGELOG.md b/CHANGELOG.md index c010206..0572a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.7.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.6.0...master) (unreleased) +## [0.7.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.6.0...v0.7.0) (Apr 06, 2014) FEATURES: diff --git a/Gemfile.lock b/Gemfile.lock index 2e4a1b6..196f1d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,7 +36,7 @@ GIT PATH remote: . specs: - vagrant-cachier (0.7.0.dev) + vagrant-cachier (0.7.0) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-cachier/version.rb b/lib/vagrant-cachier/version.rb index 147a2bc..157a50a 100644 --- a/lib/vagrant-cachier/version.rb +++ b/lib/vagrant-cachier/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Cachier - VERSION = "0.7.0.dev" + VERSION = "0.7.0" end end