btrbk: change version to 0.28.2-dev

pull/286/head
Axel Burri 2019-05-19 15:17:37 +02:00
parent f132c94c65
commit 538dab5396
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 Getopt::Long qw(GetOptions);
use Time::Local qw( timelocal timegm timegm_nocheck ); use Time::Local qw( timelocal timegm timegm_nocheck );
our $VERSION = '0.28.1'; our $VERSION = '0.28.2-dev';
our $AUTHOR = 'Axel Burri <axel@tty0.ch>'; our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
our $PROJECT_HOME = '<https://digint.ch/btrbk/>'; our $PROJECT_HOME = '<https://digint.ch/btrbk/>';