We'll drop support for Vagrant < 1.4, that means we should be bumping to 0.6.0
This commit is contained in:
parent
1bc96e77d3
commit
5ff8d1013a
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
## [0.5.2](https://github.com/fgrehm/vagrant-cachier/compare/v0.5.1...master) (unreleased)
|
||||
## [0.6.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.5.1...master) (unreleased)
|
||||
|
||||
|
||||
## [0.5.1](https://github.com/fgrehm/vagrant-cachier/compare/v0.5.0...v0.5.1) (Dec 20, 2013)
|
||||
|
|
|
@ -31,7 +31,7 @@ GIT
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
vagrant-cachier (0.5.2.dev)
|
||||
vagrant-cachier (0.6.0.dev)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module VagrantPlugins
|
||||
module Cachier
|
||||
VERSION = "0.5.2.dev"
|
||||
VERSION = "0.6.0.dev"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue