Up dev version

This commit is contained in:
Fabio Rehm 2014-05-13 00:29:42 -03:00
parent 8eabac91d6
commit 3a4c0ca79d
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
## [1.0.0.beta.1](https://github.com/fgrehm/vagrant-lxc/compare/v1.0.0.alpha.2...master) (unreleased)
## [1.0.0.alpha.2](https://github.com/fgrehm/vagrant-lxc/compare/v1.0.0.alpha.1...v1.0.0.alpha.2) (May 13, 2014) ## [1.0.0.alpha.2](https://github.com/fgrehm/vagrant-lxc/compare/v1.0.0.alpha.1...v1.0.0.alpha.2) (May 13, 2014)
BACKWARDS INCOMPATIBILITIES: BACKWARDS INCOMPATIBILITIES:

View file

@ -40,7 +40,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
vagrant-lxc (1.0.0.alpha.2) vagrant-lxc (1.0.0.beta.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 = "1.0.0.alpha.2" VERSION = "1.0.0.beta.1.dev"
end end
end end