From cb7d49d075f4e991f3a139abfdaf4e7daf3689dd Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sat, 29 Feb 2020 17:40:16 +0100 Subject: [PATCH] btrbk: change version to 0.29.2-dev --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index 5b05d37..a92174c 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.29.1'; +our $VERSION = '0.29.2-dev'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = '';