v0.3.1
This commit is contained in:
parent
62402db802
commit
895c0ad58f
3 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,4 @@
|
||||||
## [0.3.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.3.0...master) (UNRELEASED)
|
## [0.3.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.3.0...master) (April 18, 2013)
|
||||||
|
|
||||||
IMPROVEMENTS:
|
|
||||||
|
|
||||||
- Improved output to match lxc "verbiage"
|
- Improved output to match lxc "verbiage"
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ GIT
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
vagrant-lxc (0.3.1.dev)
|
vagrant-lxc (0.3.1)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module Vagrant
|
module Vagrant
|
||||||
module LXC
|
module LXC
|
||||||
VERSION = "0.3.1.dev"
|
VERSION = "0.3.1"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue