From 9c2e4e1ee2929e5a8914c03874d23f79d0225425 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sat, 16 Jan 2021 20:40:49 +0100 Subject: [PATCH] btrbk: change version to 0.31.1-dev --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index 046d8de..00bb12c 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.31.0'; +our $VERSION = '0.31.1-dev'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = '';