btrbk: bump version to 0.32.3-dev

disable-ssh-password-prompt
Axel Burri 2022-07-27 14:35:15 +02:00
parent bdc1f5caba
commit 43a125d4e1
1 changed files with 1 additions and 1 deletions

2
btrbk
View File

@ -35,7 +35,7 @@ use IPC::Open3 qw(open3);
use Symbol qw(gensym); use Symbol qw(gensym);
use Cwd qw(abs_path); use Cwd qw(abs_path);
our $VERSION = '0.32.2'; our $VERSION = '0.32.3-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/>';