diff --git a/btrfs-list b/btrfs-list index edbe2c6..6c61cfb 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.2"; +my $VERSION = "2.3"; $Data::Dumper::Sortkeys = 1; $Data::Dumper::Terse = 1;