v0.3.0
This commit is contained in:
parent
f6bf58700e
commit
5508e031b7
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
## [0.3.0](https://github.com/fgrehm/vagrant-lxc/compare/0.3.0-incoming) (unreleased)
|
||||
## [0.3.0](https://github.com/fgrehm/vagrant-lxc/compare/v0.2.0...v0.3.0)
|
||||
|
||||
BACKWARDS INCOMPATIBILITIES:
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ GIT
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
vagrant-lxc (0.3.0.dev)
|
||||
vagrant-lxc (0.3.0)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Vagrant
|
||||
module LXC
|
||||
VERSION = "0.3.0.dev"
|
||||
VERSION = "0.3.0"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue