diff options
author | Florian Pritz <bluewind@xinu.at> | 2023-09-03 13:58:20 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2023-09-03 13:58:20 +0200 |
commit | ee634731f960550dabab1256c063d55754d9948b (patch) | |
tree | f477be399b2cdef320fd0ffeb36caf9d0230ea07 /lib | |
parent | 0c50235a1225462f7b8f5bf986a41853ee30fe0d (diff) | |
download | App-BorgRestore-master.tar.gz App-BorgRestore-master.tar.xz |
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')
-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 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; |