diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-10-05 09:55:09 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-10-05 09:55:09 +0200 |
commit | f70d4889fb6ab9b8e7cde8c5dd905fbc9806105c (patch) | |
tree | 0adacff13bd0c89e8f42cdeba5d40c12aca3ef68 /lib | |
parent | 27320b7508018e0ff40ddf5a81a2d1baf885fb18 (diff) | |
download | App-BorgRestore-f70d4889fb6ab9b8e7cde8c5dd905fbc9806105c.tar.gz App-BorgRestore-f70d4889fb6ab9b8e7cde8c5dd905fbc9806105c.tar.xz |
Update version
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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; |