diff options
Diffstat (limited to 'lib/App')
-rw-r--r-- | lib/App/BorgRestore.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm index 99f482e..b26c88d 100644 --- a/lib/App/BorgRestore.pm +++ b/lib/App/BorgRestore.pm @@ -3,7 +3,7 @@ use v5.14; use strict; use warnings; -our $VERSION = "2.1.1"; +our $VERSION = "2.2.0"; use App::BorgRestore::Borg; use App::BorgRestore::DB; |