diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-03-23 15:58:04 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-03-23 15:58:04 +0100 |
commit | c2746aaf6a675c33961acace63b486a11d7e693c (patch) | |
tree | 2c821dc18562d018c0d449e9dcf0c21294523fd1 /lib | |
parent | 5570570baa8504b8de83cb0bf19f4b228d6e47e2 (diff) | |
download | App-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.pm | 2 |
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; |