From d70239c719482bc2a4f961bcb252508745347cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Thu, 6 Jan 2022 20:52:24 +0100 Subject: [PATCH] v2.1 --- btrfs-list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrfs-list b/btrfs-list index 97e8100..a673886 100755 --- a/btrfs-list +++ b/btrfs-list @@ -26,7 +26,7 @@ use Getopt::Long qw{ :config gnu_getopt no_ignore_case }; use Data::Dumper; use Term::ANSIColor; -my $VERSION = "2.0"; +my $VERSION = "2.1"; $Data::Dumper::Sortkeys = 1; $Data::Dumper::Terse = 1;