Up dev version
This commit is contained in:
parent
8c6e9724bd
commit
47cf361b98
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
## [1.0.0.alpha.2](https://github.com/fgrehm/vagrant-lxc/compare/v1.0.0.alpha.1...master) (unreleased)
|
||||
|
||||
|
||||
## [1.0.0.alpha.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.8.0...v1.0.0.alpha.1) (Apr 06, 2014)
|
||||
|
||||
DEPRECATIONS:
|
||||
|
|
|
@ -40,7 +40,7 @@ GIT
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
vagrant-lxc (1.0.0.alpha.1)
|
||||
vagrant-lxc (1.0.0.alpha.2.dev)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Vagrant
|
||||
module LXC
|
||||
VERSION = "1.0.0.alpha.1"
|
||||
VERSION = "1.0.0.alpha.2.dev"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue