Up version for development

This commit is contained in:
Fabio Rehm 2013-11-08 19:01:24 -02:00
parent a9f41c5f01
commit 2cb0610cc1
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
## [0.5.1](https://github.com/fgrehm/vagrant-cachier/compare/v0.5.0...master) (unreleased)
## [0.5.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.4.1...v0.5.0) (Nov 8, 2013)
FEATURES:

View file

@ -31,7 +31,7 @@ GIT
PATH
remote: .
specs:
vagrant-cachier (0.5.0)
vagrant-cachier (0.5.1.dev)
GEM
remote: https://rubygems.org/

View file

@ -1,5 +1,5 @@
module VagrantPlugins
module Cachier
VERSION = "0.5.0"
VERSION = "0.5.1.dev"
end
end