btrbk: bump version to 0.32.0-dev

pull/411/head
Axel Burri 2021-07-21 19:04:50 +02:00
parent fa3204cd7e
commit 2da30f6b96
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 IPC::Open3 qw(open3);
use Symbol qw(gensym); use Symbol qw(gensym);
our $VERSION = '0.31.3'; our $VERSION = '0.32.0-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/>';