btrbk: bump version to 0.27.0-dev

pull/219/head
Axel Burri 2018-04-05 16:21:54 +02:00
parent 1fd3a547df
commit 951ae256fa
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
btrbk-0.27.0-dev
btrbk-0.26.1
* Add "archive_exclude" configuration option.

2
btrbk
View File

@ -32,7 +32,7 @@ use Carp qw(confess);
use Getopt::Long qw(GetOptions);
use Time::Local qw( timelocal timegm timegm_nocheck );
our $VERSION = '0.26.1';
our $VERSION = '0.27.0-dev';
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';