forked from josch/mmdebstrap
release 1.2.4
This commit is contained in:
parent
577f690540
commit
4595d3df44
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
1.2.4 (2022-12-23)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- bugfix release
|
||||||
|
- add jessie-or-older extract hook
|
||||||
|
|
||||||
1.2.3 (2022-11-16)
|
1.2.3 (2022-11-16)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
our $VERSION = '1.2.3';
|
our $VERSION = '1.2.4';
|
||||||
|
|
||||||
use English;
|
use English;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
Loading…
Reference in a new issue