release 0.7.3

This commit is contained in:
Johannes 'josch' Schauer 2020-12-02 06:15:54 +01:00
parent 43ca8a5211
commit 0b2a0c5a55
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

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