diff options
author | Florian Pritz <bluewind@xinu.at> | 2020-09-27 15:54:00 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2020-09-27 15:54:00 +0200 |
commit | 660271c699a8c2a8d4051172f13bc3fbb520b88a (patch) | |
tree | 2c5a68a3c3be4aaba8543f624715ab09e59a5e5a /lib | |
parent | 1ff04242d5e3943b72f3c398b3fa05a1675c8954 (diff) | |
download | App-BorgRestore-660271c699a8c2a8d4051172f13bc3fbb520b88a.tar.gz App-BorgRestore-660271c699a8c2a8d4051172f13bc3fbb520b88a.tar.xz |
Checking in changes prior to tagging of version 3.4.3.
Changelog diff is:
diff --git a/Changes b/Changes
index 1bb3489..3013873 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension App-BorgRestore
{{$NEXT}}
+
+3.4.3 2020-09-27T13:53:54Z
- Add database migration for change from 3.4.2
3.4.2 2020-09-27T13:50:47Z
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 5e57c16..cd53609 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.2"; +our $VERSION = "3.4.3"; use App::BorgRestore::Borg; use App::BorgRestore::DB; |