btrbk: bump version to 0.27.1-dev

pull/260/head
Axel Burri 2018-10-31 13:57:06 +01:00
parent c59488f405
commit 74873081c3
1 changed files with 1 additions and 1 deletions

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.27.0';
our $VERSION = '0.27.1-dev';
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';