release 1.4.3

main 1.4.3
parent 81589889f9
commit d244f4f1de
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1,3 +1,8 @@
1.4.3 (2024-02-01)
------------------
- take hard links into account when computing disk usage
1.4.2 (2024-01-29)
------------------

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

Loading…
Cancel
Save