Up dev version
This commit is contained in:
parent
8eabac91d6
commit
3a4c0ca79d
3 changed files with 5 additions and 2 deletions
|
@ -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)
|
||||
|
||||
BACKWARDS INCOMPATIBILITIES:
|
||||
|
|
|
@ -40,7 +40,7 @@ GIT
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
vagrant-lxc (1.0.0.alpha.2)
|
||||
vagrant-lxc (1.0.0.beta.1.dev)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Vagrant
|
||||
module LXC
|
||||
VERSION = "1.0.0.alpha.2"
|
||||
VERSION = "1.0.0.beta.1.dev"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue