release 0.7.3

pull/1/head 0.7.3
parent 43ca8a5211
commit 0b2a0c5a55
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1,4 +1,10 @@
0.7.3 (2020-12-02)
------------------
- bugfix release
0.7.2 (2020-11-28)
------------------
- check whether tools like dpkg and apt are installed at startup
- make it possible to seed /var/cache/apt/archives with deb packages

@ -23,7 +23,7 @@
use strict;
use warnings;
our $VERSION = '0.7.2';
our $VERSION = '0.7.3';
use English;
use Getopt::Long;

Loading…
Cancel
Save