summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes2
-rw-r--r--META.json2
-rw-r--r--lib/App/BorgRestore.pm2
3 files changed, 4 insertions, 2 deletions
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
diff --git a/META.json b/META.json
index 1c6281b..56fdf2c 100644
--- a/META.json
+++ b/META.json
@@ -94,7 +94,7 @@
"web" : "https://github.com/Bluewind/App-BorgRestore"
}
},
- "version" : "3.4.4",
+ "version" : "3.4.5",
"x_serialization_backend" : "JSON::PP version 4.07",
"x_static_install" : 0
}
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;