summaryrefslogtreecommitdiffstats
path: root/lib/App/BorgRestore.pm
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2023-09-03 13:58:20 +0200
committerFlorian Pritz <bluewind@xinu.at>2023-09-03 13:58:20 +0200
commitee634731f960550dabab1256c063d55754d9948b (patch)
treef477be399b2cdef320fd0ffeb36caf9d0230ea07 /lib/App/BorgRestore.pm
parent0c50235a1225462f7b8f5bf986a41853ee30fe0d (diff)
downloadApp-BorgRestore-master.tar.gz
App-BorgRestore-master.tar.xz
Checking in changes prior to tagging of version 3.4.5.HEADmaster
Changelog diff is: diff --git a/Changes b/Changes index 8d12e49..092aa83 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} + +3.4.5 2023-09-03T11:58:14Z - Fix deprecation warning with borg 1.2.x 3.4.4 2020-10-14T12:37:04Z
Diffstat (limited to 'lib/App/BorgRestore.pm')
-rw-r--r--lib/App/BorgRestore.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm
index 810be9c..971e709 100644
--- a/lib/App/BorgRestore.pm
+++ b/lib/App/BorgRestore.pm
@@ -2,7 +2,7 @@ package App::BorgRestore;
use v5.14;
use strictures 2;
-our $VERSION = "3.4.4";
+our $VERSION = "3.4.5";
use App::BorgRestore::Borg;
use App::BorgRestore::DB;