summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-03-23 15:58:04 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-03-23 15:58:04 +0100
commitc2746aaf6a675c33961acace63b486a11d7e693c (patch)
tree2c821dc18562d018c0d449e9dcf0c21294523fd1 /lib
parent5570570baa8504b8de83cb0bf19f4b228d6e47e2 (diff)
downloadApp-BorgRestore-c2746aaf6a675c33961acace63b486a11d7e693c.tar.gz
App-BorgRestore-c2746aaf6a675c33961acace63b486a11d7e693c.tar.xz
Checking in changes prior to tagging of version 3.0.0.3.0.0
Changelog diff is: diff --git a/Changes b/Changes index 22043d6..600f118 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} + +3.0.0 2018-03-23T14:57:52Z - No longer automatically enable --adhoc when cache is empty 2.3.0 2018-02-06T15:58:36Z
Diffstat (limited to 'lib')
-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 d6284b8..aa71ded 100644
--- a/lib/App/BorgRestore.pm
+++ b/lib/App/BorgRestore.pm
@@ -3,7 +3,7 @@ use v5.14;
use strict;
use warnings;
-our $VERSION = "2.3.0";
+our $VERSION = "3.0.0";
use App::BorgRestore::Borg;
use App::BorgRestore::DB;