From a8341659beec3b16880d65e6665e9083d4224093 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 18 Mar 2021 19:56:24 +0100 Subject: [PATCH] btrbk: change version to 0.31.2-dev --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index c696aa0..15e56d4 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.1'; +our $VERSION = '0.31.2-dev'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = '';