forked from josch/mmdebstrap
release 1.3.7
This commit is contained in:
parent
73f06a6356
commit
4d76d04cfe
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
1.3.7 (2023-06-21)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- add hooks/copy-host-apt-sources-and-preferences
|
||||||
|
|
||||||
1.3.6 (2023-06-16)
|
1.3.6 (2023-06-16)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
our $VERSION = '1.3.6';
|
our $VERSION = '1.3.7';
|
||||||
|
|
||||||
use English;
|
use English;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
Loading…
Reference in a new issue