forked from josch/mmdebstrap
release 0.8.5
This commit is contained in:
parent
409ce1cfee
commit
64ba5f8229
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
0.8.5 (2022-03-07)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- improve documentation
|
||||||
|
|
||||||
0.8.4 (2022-02-11)
|
0.8.4 (2022-02-11)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
our $VERSION = '0.8.4';
|
our $VERSION = '0.8.5';
|
||||||
|
|
||||||
use English;
|
use English;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
Loading…
Reference in a new issue