Up development version
This commit is contained in:
parent
6bca147fb9
commit
d885c901b9
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
## [1.0.0.alpha1](https://github.com/fgrehm/vagrant-cachier/compare/v0.7.2...master) (unreleased)
|
||||
|
||||
|
||||
## [0.7.2](https://github.com/fgrehm/vagrant-cachier/compare/v0.7.1...v0.7.2) (May 08, 2014)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
|
|
@ -31,7 +31,7 @@ GIT
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
vagrant-cachier (0.7.2)
|
||||
vagrant-cachier (1.0.0.alpha1.dev)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module VagrantPlugins
|
||||
module Cachier
|
||||
VERSION = "0.7.2"
|
||||
VERSION = "1.0.0.alpha1.dev"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue