From 30bb31e0a7e3aef08bc30a81fedb34d34be9f1e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Tue, 16 Apr 2024 10:49:43 +0200 Subject: [PATCH] release v2.3 --- btrfs-list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;