diff options
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | META.json | 2 | ||||
-rw-r--r-- | lib/App/BorgRestore.pm | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -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 @@ -93,7 +93,7 @@ "web" : "https://github.com/Bluewind/App-BorgRestore" } }, - "version" : "3.4.2", + "version" : "3.4.3", "x_serialization_backend" : "JSON::PP version 4.04", "x_static_install" : 0 } 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; |