summaryrefslogtreecommitdiffstats
path: root/lib/App/BorgRestore.pm
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-06-04 19:44:37 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-06-04 19:44:37 +0200
commit7e0b6f38cf7c559908de7f05379604ceae3b3cda (patch)
tree1b3a62078de69030eea1ef6f45012b704044b0d3 /lib/App/BorgRestore.pm
parent638a818ad08af8b34798fb156233fa6205c349fc (diff)
downloadApp-BorgRestore-7e0b6f38cf7c559908de7f05379604ceae3b3cda.tar.gz
App-BorgRestore-7e0b6f38cf7c559908de7f05379604ceae3b3cda.tar.xz
Checking in changes prior to tagging of version 2.0.1.2.0.1
Changelog diff is: diff --git a/Changes b/Changes index 7a69a34..63cdd4d 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} +2.0.1 2017-06-04T17:44:27Z + + - Add github to META.json + 2.0.0 2017-06-04T16:18:33Z - original version
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 3ebabb9..1ab110f 100644
--- a/lib/App/BorgRestore.pm
+++ b/lib/App/BorgRestore.pm
@@ -3,7 +3,7 @@ use v5.10;
use strict;
use warnings;
-our $VERSION = "2.0.0";
+our $VERSION = "2.0.1";
use App::BorgRestore::Borg;
use App::BorgRestore::DB;