btrbk: change version to 0.29.0-dev

extents-diff
Axel Burri 2019-05-23 15:41:43 +02:00
parent 31c25d0ee2
commit d9d3def390
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.28.2';
our $VERSION = '0.29.0-dev';
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';