diff options
Diffstat (limited to 'lib')
-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 620acba..6efac2c 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.0"; +our $VERSION = "2.1.1"; use App::BorgRestore::Borg; use App::BorgRestore::DB; |