From ed8142ed9d8632262313646138efbdf664ca8e3d Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sun, 6 Feb 2022 11:54:44 +0100 Subject: [PATCH] btrbk: bump version to 0.32.1-dev --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index 94279fa..0f74d4b 100755 --- a/btrbk +++ b/btrbk @@ -34,7 +34,7 @@ use Time::Local qw( timelocal timegm timegm_nocheck ); use IPC::Open3 qw(open3); use Symbol qw(gensym); -our $VERSION = '0.32.0'; +our $VERSION = '0.32.1-dev'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = '';