Up version for development

This commit is contained in:
Fabio Rehm 2013-08-01 19:19:17 -03:00
parent e615c55ad4
commit 5eaf0a26bf
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
## [0.5.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.5.0...master) (unreleased)
## [0.5.0](https://github.com/fgrehm/vagrant-lxc/compare/v0.4.0...v0.5.0) (Aug 1, 2013) ## [0.5.0](https://github.com/fgrehm/vagrant-lxc/compare/v0.4.0...v0.5.0) (Aug 1, 2013)
BACKWARDS INCOMPATIBILITIES: BACKWARDS INCOMPATIBILITIES:

View file

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

View file

@ -1,5 +1,5 @@
module Vagrant module Vagrant
module LXC module LXC
VERSION = "0.5.0" VERSION = "0.5.1.dev"
end end
end end