btrbk: change version to 0.30.1-dev

pull/343/head
Axel Burri 2020-10-19 00:33:20 +02:00
parent f40e3adce3
commit eb852271b6
1 changed files with 1 additions and 1 deletions

2
btrbk
View File

@ -34,7 +34,7 @@ use Time::Local qw( timelocal timegm timegm_nocheck );
use IPC::Open3 qw(open3);
use Symbol qw(gensym);
our $VERSION = '0.30.0';
our $VERSION = '0.30.1-dev';
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';